Date: Tuesday, March 29, 2016 @ 04:32:48 Author: fyan Revision: 168737
upgpkg: python-routes 2.3-1 Modified: python-routes/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-28 21:39:40 UTC (rev 168736) +++ PKGBUILD 2016-03-29 02:32:48 UTC (rev 168737) @@ -5,8 +5,8 @@ pkgbase=python-routes pkgname=(python-routes python2-routes) -pkgver=2.2 -pkgrel=2 +pkgver=2.3 +pkgrel=1 pkgdesc="Routing recognition and generation tools" arch=("any") url="https://pypi.python.org/pypi/Routes" @@ -14,7 +14,7 @@ makedepends=('python-setuptools' 'python2-setuptools' 'python-repoze.lru' 'python2-repoze.lru' 'python-six' 'python2-six') checkdepends=('python-nose' 'python2-nose' 'python-webob' 'python2-webob' 'python-coverage' 'python2-coverage') source=("https://pypi.python.org/packages/source/R/Routes/Routes-${pkgver}.tar.gz") -md5sums=('d62bb225ba7919b5470095528932648b') +md5sums=('03449216fad0655734cdea1c6a23e6da') prepare() { cp -a Routes-${pkgver}{,-py2}