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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Feb 26 10:19:36 UTC 2013


    Date: Tuesday, February 26, 2013 @ 11:19:36
  Author: spupykin
Revision: 84933

upgpkg: parrot 5.1.0-2

upd

Modified:
  parrot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-26 10:19:32 UTC (rev 84932)
+++ PKGBUILD	2013-02-26 10:19:36 UTC (rev 84933)
@@ -6,7 +6,7 @@
 pkgver=5.1.0
 #_rel=stable
 _rel=devel
-pkgrel=1
+pkgrel=2
 pkgdesc="Standalone VM that can execute bytecode compiled dynamic languages"
 arch=('x86_64' 'i686')
 url="http://www.parrotcode.org/"
@@ -22,7 +22,8 @@
   cd "$srcdir/$pkgname-$pkgver"
   perl Configure.pl --prefix=/usr \
     --parrot_is_shared \
-    --disable-rpath
+    --disable-rpath \
+    --optimize
   export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:$(pwd)/blib/lib"
   make all parrot_utils docs html
 }




More information about the arch-commits mailing list