diff options
-rw-r--r-- | testing/py-xattr/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-xattr/APKBUILD b/testing/py-xattr/APKBUILD index 74ce00231d..9c8b9712d4 100644 --- a/testing/py-xattr/APKBUILD +++ b/testing/py-xattr/APKBUILD @@ -3,9 +3,9 @@ pkgname=py-xattr _pkgname=pyxattr pkgver=0.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="A python module for accessing filesystem Extended Attributes" -url="http://pyxattr.sourceforge.net/" +url="http://pyxattr.k1024.org/" arch="all" license="LGPL2+" depends="" @@ -13,7 +13,7 @@ depends_dev="" makedepends="python-dev attr-dev py-setuptools" install="" subpackages="" -source="http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.gz" +source="https://github.com/downloads/iustin/pyxattr/pyxattr-$pkgver.tar.gz" _builddir="$srcdir"/$_pkgname-$pkgver build() { |