diff options
Diffstat (limited to 'community/python-pyxattr')
-rw-r--r-- | community/python-pyxattr/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/python-pyxattr/PKGBUILD b/community/python-pyxattr/PKGBUILD index 3932c12dd..eab4eed68 100644 --- a/community/python-pyxattr/PKGBUILD +++ b/community/python-pyxattr/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 78249 2012-10-17 10:26:58Z allan $ +# $Id: PKGBUILD 78604 2012-10-21 22:13:35Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Jon Bergli Heier <snakebite@jvnv.net> pkgname=('python2-pyxattr' 'python-pyxattr') pkgbase=python-pyxattr _pkgname=pyxattr -pkgver=0.5.0 -pkgrel=4 +pkgver=0.5.1 +pkgrel=1 pkgdesc='A python extension module that allows you to manipulate the extended attributes.' arch=('i686' 'x86_64') -url='http://pyxattr.sourceforge.net/' +url='http://pyxattr.k1024.org/' license=('GPL') makedepends=('python2' 'python' 'python2-distribute' 'python-distribute') -source=("http://downloads.sourceforge.net/${_pkgname}/${_pkgname}-${pkgver}.tar.gz") -md5sums=('0f7ab1e185087329e40f7de218517c84') +source=("https://github.com/downloads/iustin/${_pkgname}/${_pkgname}-${pkgver}.tar.gz") +md5sums=('bb9560510b17625015aa45f2fbc3b520') package_python2-pyxattr() { depends=('python2') |