Date: Thursday, October 16, 2014 @ 10:39:21 Author: svenstaro Revision: 120764
upgpkg: pypy 2.4.0-1 use release tag Modified: pypy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-10-16 08:11:13 UTC (rev 120763) +++ PKGBUILD 2014-10-16 08:39:21 UTC (rev 120764) @@ -3,7 +3,7 @@ # Contributor: William Giokas <[email protected]> pkgname=pypy -pkgver=2.4 +pkgver=2.4.0 pkgrel=1 pkgdesc="A Python implementation written in Python, JIT enabled" url="http://pypy.org" @@ -15,7 +15,7 @@ 'tk: tk module') options=(!buildflags) license=('custom:MIT') -source=("hg+http://bitbucket.org/pypy/pypy#revision=3cf384e") +source=("hg+http://bitbucket.org/pypy/pypy#tag=release-${pkgver}") md5sums=('SKIP') build() {
