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

Anatol Pomozov anatolik at archlinux.org
Tue May 5 15:36:12 UTC 2015


    Date: Tuesday, May 5, 2015 @ 17:36:11
  Author: anatolik
Revision: 132807

Lua 5.3 rebuild

Modified:
  penlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-05 15:34:18 UTC (rev 132806)
+++ PKGBUILD	2015-05-05 15:36:11 UTC (rev 132807)
@@ -7,7 +7,7 @@
 pkgbase=penlight
 pkgname=('lua-penlight')
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Lua libraries focusing on input data handling'
 arch=('any')
 url='https://github.com/stevedonovan/penlight'
@@ -25,8 +25,8 @@
 package_lua-penlight() {
 
   cd Penlight-$pkgver
-  install -dm755 "$pkgdir/usr/share/lua/5.2/pl"
-  install -m644 lua/pl/* "$pkgdir/usr/share/lua/5.2/pl"
+  install -dm755 "$pkgdir/usr/share/lua/5.3/pl"
+  install -m644 lua/pl/* "$pkgdir/usr/share/lua/5.3/pl"
   # copy docs
   install -dm755 "$pkgdir/usr/share/doc/$pkgname/"{,manual,examples}
   install -m644 CONTRIBUTING.md CHANGES.md README.md "$pkgdir/usr/share/doc/$pkgname"



More information about the arch-commits mailing list