summaryrefslogtreecommitdiffstats
path: root/testing/py-xattr
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-18 09:47:14 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-18 09:47:14 +0000
commit31fd0278a307cf13a78cab8e2118c4050d0622f9 (patch)
tree952ad53723860ffe74c18685a1ecc13777b8e0e3 /testing/py-xattr
parentdb0fcb4b316b01dd2d97b473d676ac434644bfbe (diff)
downloadaports-31fd0278a307cf13a78cab8e2118c4050d0622f9.tar.bz2
aports-31fd0278a307cf13a78cab8e2118c4050d0622f9.tar.xz
testing/py-xattr: update urls
moved to github
Diffstat (limited to 'testing/py-xattr')
-rw-r--r--testing/py-xattr/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-xattr/APKBUILD b/testing/py-xattr/APKBUILD
index 74ce00231..9c8b9712d 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() {