diff options
Diffstat (limited to 'testing/py-libacl/APKBUILD')
-rw-r--r-- | testing/py-libacl/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-libacl/APKBUILD b/testing/py-libacl/APKBUILD index 975524ea8f..c0c1da0c83 100644 --- a/testing/py-libacl/APKBUILD +++ b/testing/py-libacl/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-libacl _pkgname=pylibacl -pkgver=0.5.0 +pkgver=0.5.1 pkgrel=0 pkgdesc="A python module for manipulating ACLs" url="http://pylibacl.sourceforge.net/" @@ -13,7 +13,7 @@ depends_dev="" makedepends="python-dev acl-dev py-setuptools" install="" subpackages="" -source="http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.gz" +source="https://github.com/downloads/iustin/$_pkgname/$_pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$_pkgname-$pkgver build() { @@ -26,4 +26,4 @@ package() { python setup.py install --root="$pkgdir" || return 1 } -md5sums="b9d34da90e6da0813115071b3a1ab204 pylibacl-0.5.0.tar.gz" +md5sums="a429256345ffdc2cea57fd24da0d980d pylibacl-0.5.1.tar.gz" |