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

Anatol Pomozov anatolik at archlinux.org
Tue May 5 15:38:10 UTC 2015


    Date: Tuesday, May 5, 2015 @ 17:38:10
  Author: anatolik
Revision: 132809

Lua 5.3 rebuild

Modified:
  ldoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-05 15:36:30 UTC (rev 132808)
+++ PKGBUILD	2015-05-05 15:38:10 UTC (rev 132809)
@@ -5,7 +5,7 @@
 
 pkgname=ldoc
 pkgver=1.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc='LuaDoc-compatible documentation generation system'
 arch=('any')
 url='http://stevedonovan.github.com/ldoc/'
@@ -18,8 +18,8 @@
   cd LDoc-$pkgver
 
   # install library
-  install -dm755 "$pkgdir/usr/share/lua/5.2"
-  cp -a ldoc "$pkgdir/usr/share/lua/5.2"
+  install -dm755 "$pkgdir/usr/share/lua/5.3"
+  cp -a ldoc "$pkgdir/usr/share/lua/5.3"
 
   # install binaries
   install -Dm755 ldoc.lua "$pkgdir/usr/bin/ldoc.lua"



More information about the arch-commits mailing list