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

Anatol Pomozov anatolik at archlinux.org
Mon May 4 17:34:44 UTC 2015


    Date: Monday, May 4, 2015 @ 19:34:43
  Author: anatolik
Revision: 132746

upgpkg: luarocks 2.2.2-1

Lua 5.3 rebuild

Modified:
  luarocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-04 17:17:06 UTC (rev 132745)
+++ PKGBUILD	2015-05-04 17:34:43 UTC (rev 132746)
@@ -5,7 +5,7 @@
 
 pkgbase=luarocks
 pkgname=('luarocks' 'luarocks5.1' 'luarocks5.2')
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 arch=('any')
 url='http://luarocks.org/'
@@ -18,7 +18,7 @@
             'cmake: for building rocks that use the cmake build system')
 options=('!makeflags')
 source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('718a0e8c257aace3ec16ebc2cfe9c696')
+md5sums=('5a830953d27715cc955119609f8096e6')
 
 prepare() {
   cp -r $pkgbase-$pkgver ${pkgbase}5.1-$pkgver
@@ -40,6 +40,7 @@
   ./configure --prefix=/usr \
     --sysconfdir=/etc/luarocks \
     --lua-version=5.1 \
+    --lua-suffix=5.1 \
     --with-lua-include=/usr/include/lua5.1 \
     --with-downloader=curl \
     --versioned-rocks-dir
@@ -50,6 +51,7 @@
   ./configure --prefix=/usr \
     --sysconfdir=/etc/luarocks \
     --lua-version=5.2 \
+    --lua-suffix=5.2 \
     --with-lua-include=/usr/include/lua5.2 \
     --with-downloader=curl \
     --versioned-rocks-dir



More information about the arch-commits mailing list