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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Mar 21 17:59:50 UTC 2015


    Date: Saturday, March 21, 2015 @ 18:59:50
  Author: bpiotrowski
Revision: 234446

upgpkg: lua 5.2.4-1

new upstream release

Modified:
  lua/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-21 17:16:15 UTC (rev 234445)
+++ PKGBUILD	2015-03-21 17:59:50 UTC (rev 234446)
@@ -4,7 +4,7 @@
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
 
 pkgname=lua
-pkgver=5.2.3
+pkgver=5.2.4
 pkgrel=1
 pkgdesc='Powerful light-weight programming language designed for extending applications'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
         liblua.so.patch
         lua.pc
         LICENSE)
-md5sums=('dc7f94ec6ff15c985d2d6ad0f1b35654'
+md5sums=('913fdb32207046b273fdb17aad70be13'
          'bdc663c7b82ffc0b5df67611621fb625'
          'e7ba6c2b695b0b84a5ea0cbff5fc9067'
          '0e2bd67b909b9ff673da844ca3480df2')
@@ -39,7 +39,7 @@
   cd $pkgname-$pkgver
 
   make \
-    TO_LIB='liblua.a liblua.so liblua.so.5.2 liblua.so.5.2.3' \
+    TO_LIB='liblua.a liblua.so liblua.so.5.2 liblua.so.5.2.4' \
     INSTALL_DATA='cp -d' \
     INSTALL_TOP="$pkgdir"/usr \
     INSTALL_MAN="$pkgdir"/usr/share/man/man1 \



More information about the arch-commits mailing list