Date: Monday, October 13, 2014 @ 11:06:38 Author: fyan Revision: 120592
upgpkg: python-idna 1.0-1 Modified: python-idna/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-10-13 07:20:17 UTC (rev 120591) +++ PKGBUILD 2014-10-13 09:06:38 UTC (rev 120592) @@ -1,9 +1,9 @@ # $Id$ -# Maintainer: Felix Yan <[email protected]> +# Maintainer: Felix Yan <[email protected]> pkgbase=python-idna pkgname=('python-idna' 'python2-idna') -pkgver=0.9 +pkgver=1.0 pkgrel=1 pkgdesc="Internationalized Domain Names in Applications (IDNA)" arch=('any') @@ -11,7 +11,7 @@ url="https://github.com/kjd/idna" makedepends=('python-setuptools' 'python2-setuptools') source=("http://pypi.python.org/packages/source/i/idna/idna-${pkgver}.tar.gz") -md5sums=('adeaa25679040dc6f8098a2e2ab6c42d') +md5sums=('01abd8bd98f119e02aad6e686ff6181b') prepare() { cp -a idna-${pkgver}{,-python2}
