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

Daniel Wallace dwallace at nymeria.archlinux.org
Thu Mar 14 19:43:37 UTC 2013


    Date: Thursday, March 14, 2013 @ 20:43:37
  Author: dwallace
Revision: 86288

upgpkg: parrot 5.1.0-3

upgpkg: parrot 5.1.0-3 - rebuild for libffi's ffi.h

Modified:
  parrot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-14 18:27:31 UTC (rev 86287)
+++ PKGBUILD	2013-03-14 19:43:37 UTC (rev 86288)
@@ -6,7 +6,7 @@
 pkgver=5.1.0
 #_rel=stable
 _rel=devel
-pkgrel=2
+pkgrel=3
 pkgdesc="Standalone VM that can execute bytecode compiled dynamic languages"
 arch=('x86_64' 'i686')
 url="http://www.parrotcode.org/"
@@ -23,6 +23,7 @@
   perl Configure.pl --prefix=/usr \
     --parrot_is_shared \
     --disable-rpath \
+	--mandir=/usr/share/man \
     --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