summaryrefslogtreecommitdiff
path: root/community/pylibacl
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-23 02:33:48 -0800
committerroot <root@rshg054.dnsready.net>2012-11-23 02:33:48 -0800
commit1fce42e9327109bd47dba5e3e690144a23bbbc19 (patch)
treee48f488b533fcfa9f4e29f6d2b935e57adf0a178 /community/pylibacl
parent13c6302fab6118693af345756375923b9fb7da69 (diff)
Fri Nov 23 02:31:09 PST 2012
Diffstat (limited to 'community/pylibacl')
-rw-r--r--community/pylibacl/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/pylibacl/PKGBUILD b/community/pylibacl/PKGBUILD
index f43670048..85dd5173c 100644
--- a/community/pylibacl/PKGBUILD
+++ b/community/pylibacl/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 57855 2011-11-03 18:43:59Z lfleischer $
+# $Id: PKGBUILD 80486 2012-11-22 18:15:22Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
pkgname=pylibacl
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
pkgdesc='A python extension module that allows you to manipulate the POSIX.1e ACLs.'
arch=('i686' 'x86_64')
-url='http://pylibacl.sourceforge.net/'
+url='http://pylibacl.k1024.org/'
license=('GPL')
depends=('python2')
makedepends=('python2-distribute')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('b9d34da90e6da0813115071b3a1ab204')
+source=("https://github.com/downloads/iustin/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('a429256345ffdc2cea57fd24da0d980d')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"