Date: Friday, September 12, 2014 @ 15:35:03 Author: jelle Revision: 118872
upgpkg: python-six 1.8.0-1 Modified: python-six/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-09-12 13:07:30 UTC (rev 118871) +++ PKGBUILD 2014-09-12 13:35:03 UTC (rev 118872) @@ -1,9 +1,9 @@ +# Maintainer: Jelle van der Waa <[email protected]> # Contributer: Allan McRae <[email protected]> -# Maintainer: Jelle van der Waa <[email protected]> pkgbase=python-six pkgname=('python2-six' 'python-six') -pkgver=1.7.3 +pkgver=1.8.0 pkgrel=1 pkgdesc="Python 2 and 3 compatibility utilities" arch=('any') @@ -11,7 +11,7 @@ license=('MIT') makedepends=('python' 'python2') source=(http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz) -md5sums=('784c6e5541c3c4952de9c0a966a0a80b') +md5sums=('1626eb24cc889110c38f7e786ec69885') build() { cd $srcdir
