From a4dbc3603d0da82f4b7c836418f9cafc0a273fc1 Mon Sep 17 00:00:00 2001 From: Sorin-Mihai Vârgolici Date: Wed, 31 Aug 2011 20:14:36 +0300 Subject: Updated libre/aif-libre --- libre/aif-libre/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libre/aif-libre/PKGBUILD b/libre/aif-libre/PKGBUILD index fbf03418a..c2f7b6faa 100644 --- a/libre/aif-libre/PKGBUILD +++ b/libre/aif-libre/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Dieter Plaetinck pkgname=aif-libre -pkgver=2011.08.25 +pkgver=2011.08.31 pkgrel=1 pkgdesc="The ArchLinux Installation Framework (Parabola Rebranded)" arch=('any') -- cgit v1.2.3-54-g00ecf From 8162d98833e8d911c4b41b10281ba82e3057fe43 Mon Sep 17 00:00:00 2001 From: Sorin-Mihai Vârgolici Date: Wed, 31 Aug 2011 20:17:57 +0300 Subject: Updated md5sums in libre/aif-libre --- libre/aif-libre/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libre/aif-libre/PKGBUILD b/libre/aif-libre/PKGBUILD index c2f7b6faa..7decd9531 100644 --- a/libre/aif-libre/PKGBUILD +++ b/libre/aif-libre/PKGBUILD @@ -25,7 +25,7 @@ replaces=('aif') conflicts=('aif') provides=('aif') source=($url/snapshot/aif-${pkgver}.tar.bz2) -md5sums=('bdf7edbb88276ea99b45ee041a099e01') +md5sums=('02428484aaf6ce35f2abcccd921c8330') build() { -- cgit v1.2.3-54-g00ecf From f8dfc208388560bf71ed9c8d4e1dada9df205da8 Mon Sep 17 00:00:00 2001 From: Sorin-Mihai Vârgolici Date: Wed, 31 Aug 2011 20:31:29 +0300 Subject: Updated md5sums in libre/libui-sh/PKGBUILD --- libre/libui-sh/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libre/libui-sh/PKGBUILD b/libre/libui-sh/PKGBUILD index 1fb9e9717..e1f91a1db 100644 --- a/libre/libui-sh/PKGBUILD +++ b/libre/libui-sh/PKGBUILD @@ -11,6 +11,7 @@ license=('GPL3') depends=('bash') optdepends=('dialog: for ncurses support') source=($url/snapshot/${pkgname}-${pkgver}.tar.bz2) +md5sums=('79daf01e4cd5b7fb186d1127d3334092') build() { @@ -21,4 +22,3 @@ build() { } # vim:set ts=2 sw=2 et: -md5sums=('44e422ca76ca99a7df99e2249ff3b4e5') -- cgit v1.2.3-54-g00ecf From 1bd577be7cce80901211cc1c289fc1f5ef8baf55 Mon Sep 17 00:00:00 2001 From: Sorin-Mihai Vârgolici Date: Wed, 31 Aug 2011 20:33:58 +0300 Subject: Updated libre/libui-sh/PKGBUILD --- libre/libui-sh/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libre/libui-sh/PKGBUILD b/libre/libui-sh/PKGBUILD index e1f91a1db..5792f88de 100644 --- a/libre/libui-sh/PKGBUILD +++ b/libre/libui-sh/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Dieter Plaetinck pkgname=libui-sh -pkgver=2011.05.22 +pkgver=2011.08.31 pkgrel=1 pkgdesc="a shell library providing useful UI functions" arch=('any') -- cgit v1.2.3-54-g00ecf From 6721a1363b6da454b95483243a9d10c77fa43171 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Thu, 1 Sep 2011 15:19:44 +0200 Subject: ~mtjm/python2-postfix-policyd-spf-0.8.1-1 from AUR. --- ~mtjm/python2-postfix-policyd-spf/PKGBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ~mtjm/python2-postfix-policyd-spf/PKGBUILD diff --git a/~mtjm/python2-postfix-policyd-spf/PKGBUILD b/~mtjm/python2-postfix-policyd-spf/PKGBUILD new file mode 100644 index 000000000..237b6c9bd --- /dev/null +++ b/~mtjm/python2-postfix-policyd-spf/PKGBUILD @@ -0,0 +1,25 @@ +# From https://aur.archlinux.org/packages.php?ID=42275 +# Maintainer: Filip S. Adamsen +# Contributor: Samed Beyribey +pkgname=python2-postfix-policyd-spf +_pkgname=pypolicyd-spf +pkgver=0.8.1 +pkgrel=1 +pkgdesc="Python2 Postfix Sender Policy Framework (SPF) filter" +arch=('any') +url="http://www.openspf.org/Software" +license=('GPL') +depends=('postfix' 'python2-pyspf' 'python2') +conflicts=('python-postfix-policyd-spf') +options=(!emptydirs) +source=(http://launchpad.net/pypolicyd-spf/0.8/$pkgver/+download/$_pkgname-$pkgver.tar.gz) +md5sums=('a37c209e88e4dc419f62ae7c6b52f0e7') + +build() { + cd "$srcdir/$_pkgname-$pkgver" + + python2 setup.py build || return 1 + python2 setup.py install --root=$pkgdir/ --optimize=1 || return 1 + install -m644 policyd-spf.conf.commented $pkgdir/etc/python-policyd-spf || return 1 +} + -- cgit v1.2.3-54-g00ecf