Date: Thursday, June 16, 2016 @ 15:58:47 Author: svenstaro Revision: 180329
upgpkg: pypy 5.3-1 upstream release 5.3 Modified: pypy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-16 14:59:59 UTC (rev 180328) +++ PKGBUILD 2016-06-16 15:58:47 UTC (rev 180329) @@ -3,7 +3,7 @@ # Contributor: William Giokas <[email protected]> pkgname=pypy -pkgver=5.1.1 +pkgver=5.3 pkgrel=1 pkgdesc="A Python implementation written in Python, JIT enabled" url="http://pypy.org" @@ -14,7 +14,7 @@ 'tk: tk module') options=(!buildflags) license=('custom:MIT') -source=("hg+http://bitbucket.org/pypy/pypy#tag=release-${pkgver}") +source=("hg+http://bitbucket.org/pypy/pypy#tag=release-pypy2.7-v${pkgver}") md5sums=('SKIP') build() {
