diff options
Diffstat (limited to 'community/pylibacl/PKGBUILD')
-rw-r--r-- | community/pylibacl/PKGBUILD | 12 |
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}" |