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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat Apr 19 12:07:05 UTC 2014


    Date: Saturday, April 19, 2014 @ 14:07:05
  Author: bpiotrowski
Revision: 211534

upgpkg: lpeg 0.12-2

build lua-lpeg against lua 5.2

Modified:
  lpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-19 12:00:05 UTC (rev 211533)
+++ PKGBUILD	2014-04-19 12:07:05 UTC (rev 211534)
@@ -5,7 +5,7 @@
 pkgbase=lpeg
 pkgname=(lua-lpeg lua51-lpeg)
 pkgver=0.12
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.inf.puc-rio.br/~roberto/lpeg'
 license=('MIT')
@@ -27,7 +27,7 @@
 
 build() {
   cd $pkgbase-$pkgver
-  make
+  make LUADIR=/usr/include
 
   cd "$srcdir"/$pkgbase-$pkgver-51
   make LUADIR=/usr/include/lua5.1




More information about the arch-commits mailing list