diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-05-18 08:50:49 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-05-18 08:55:50 +0000 |
commit | db0fcb4b316b01dd2d97b473d676ac434644bfbe (patch) | |
tree | 151cc791ed5438fe0aec9a454a878ddefc73d575 /testing/py-xattr | |
parent | d4bddbe172edd76ad5d5f646ad4ab89d0834d4d2 (diff) | |
download | aports-db0fcb4b316b01dd2d97b473d676ac434644bfbe.tar.bz2 aports-db0fcb4b316b01dd2d97b473d676ac434644bfbe.tar.xz |
testing/py-xattr: upgrade to 0.5.1
Diffstat (limited to 'testing/py-xattr')
-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 9d0ec5d9d..74ce00231 100644 --- a/testing/py-xattr/APKBUILD +++ b/testing/py-xattr/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-xattr _pkgname=pyxattr -pkgver=0.5.0 +pkgver=0.5.1 pkgrel=0 pkgdesc="A python module for accessing filesystem Extended Attributes" url="http://pyxattr.sourceforge.net/" @@ -10,7 +10,7 @@ arch="all" license="LGPL2+" depends="" depends_dev="" -makedepends="python-dev attr-dev" +makedepends="python-dev attr-dev py-setuptools" install="" subpackages="" source="http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.gz" @@ -26,4 +26,4 @@ package() { python setup.py install --root="$pkgdir" || return 1 } -md5sums="0f7ab1e185087329e40f7de218517c84 pyxattr-0.5.0.tar.gz" +md5sums="bb9560510b17625015aa45f2fbc3b520 pyxattr-0.5.1.tar.gz" |