summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPitBall2015-12-12 16:29:43 +0100
committerPitBall2015-12-12 16:29:43 +0100
commit325d67009d9748dd1326d96dea3faf67b6c4c083 (patch)
tree56d5d2baa2547e59c26b00ca7b90bc4c3bef7023
parente1776f2191c3db37fd9c6ea03b70e06d8af995eb (diff)
downloadaur-325d67009d9748dd1326d96dea3faf67b6c4c083.tar.gz
the need for recompilation
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 472d1048133c..65d39dcc2e41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@
pkgbase = lua53bind
pkgdesc = A library that helps you create bindings between C++ and Lua53
pkgver = 0.9.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.rasterbar.com/products/luabind.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index fea001fa64f8..b76af70776a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
luaver=5.3
pkgname=lua${luaver//.}bind
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="A library that helps you create bindings between C++ and Lua53"
arch=('i686' 'x86_64')
url="http://www.rasterbar.com/products/luabind.html"