[arch-commits] Commit in pypy/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Sun Apr 7 21:19:25 UTC 2013


    Date: Sunday, April 7, 2013 @ 23:19:24
  Author: svenstaro
Revision: 87829

Prepare upstream update

Modified:
  pypy/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-07 18:24:08 UTC (rev 87828)
+++ PKGBUILD	2013-04-07 21:19:24 UTC (rev 87829)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 
 pkgname=pypy
-pkgver=2.0beta1
+pkgver=2.0beta2
 pkgrel=1
 pkgdesc="A Python implementation written in Python, JIT enabled"
 url="http://codespeak.net/pypy/"
@@ -16,13 +16,13 @@
             'zlib: zlib module'
             'bzip2: bz2 module')
 license=('custom:MIT')
-source=(https://bitbucket.org/pypy/pypy/get/release-2.0-beta1.tar.bz2)
-md5sums=('a7e3e15c51e8f42af9f0c168b6c2750e')
+source=(https://bitbucket.org/pypy/pypy/get/release-2.0-beta2.tar.bz2)
+md5sums=('c6afb6dd3fcc57ba2c4144780a42412f')
 
 build() {
-  cd ${srcdir}/pypy-pypy-*/pypy/translator/goal
+  cd ${srcdir}/pypy-pypy-*/pypy/goal
 
-  python2 translate.py -Ojit
+  pypy ../../rpython/bin/rpython -Ojit targetpypystandalone
 }
 
 package() {




More information about the arch-commits mailing list