summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2019-06-07 10:18:50 +0300
committerCaleb Maclennan2019-06-07 10:18:50 +0300
commit737fbc2280292641a2d238c3a1ca4ffba52806f5 (patch)
treea3c2e926a68faacdffb3ead24a2f2b2bdc03d811
parentc2e0c8c4556fc01271c90596264ce12aca8551f8 (diff)
downloadaur-737fbc2280292641a2d238c3a1ca4ffba52806f5.tar.gz
Remove conflicting lua/luac binaraies from install
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97859cc1f7db..a76ad4e09cb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wxlua-git
pkgdesc = A set of bindings to the wxWidgets library for the Lua programming language - fork with Lua 5.3 support
pkgver = WX_3_1_0.7d9d59.r17.gead9b38
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pkulchenko/wxlua
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1a5ccb531145..adb97119d525 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=wxlua-git
pkgver=WX_3_1_0.7d9d59.r17.gead9b38
-pkgrel=1
+pkgrel=2
pkgdesc="A set of bindings to the wxWidgets library for the Lua programming language - fork with Lua 5.3 support"
arch=('i686' 'x86_64' 'armv7h' 'armv8')
url="https://github.com/pkulchenko/wxlua"
@@ -38,6 +38,8 @@ build() {
package() {
cd ${pkgname%-git}/wxLua/build
make DESTDIR="$pkgdir/" install
+ rm $pkgdir/usr/bin/lua
+ rm $pkgdir/usr/bin/luac
# mv lua module
install -d "$pkgdir/usr/lib/lua/5.3"