Date: Tuesday, May 19, 2015 @ 23:54:34 Author: lfleischer Revision: 133850
upgpkg: python-pyxattr 0.5.5-1 Upstream update. Modified: python-pyxattr/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-19 21:51:14 UTC (rev 133849) +++ PKGBUILD 2015-05-19 21:54:34 UTC (rev 133850) @@ -1,12 +1,12 @@ # $Id$ -# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Maintainer: Lukas Fleischer <lfleischer at archlinux dot org> # Contributor: Jon Bergli Heier <[email protected]> pkgname=('python2-pyxattr' 'python-pyxattr') pkgbase=python-pyxattr _pkgname=pyxattr -pkgver=0.5.3 -pkgrel=2 +pkgver=0.5.5 +pkgrel=1 pkgdesc='A python extension module that allows you to manipulate the extended attributes.' arch=('i686' 'x86_64') url='http://pyxattr.k1024.org/' @@ -13,7 +13,7 @@ license=('GPL') makedepends=('python2' 'python' 'python2-setuptools' 'python-setuptools') source=("http://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz") -md5sums=('579cf6ccccd70916f7eb5304ffd9e837') +md5sums=('6470f61c83ddec84dcc4b358eba518a4') package_python2-pyxattr() { depends=('python2')
