summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e1d35d95ea0..f4bd6dc8716f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@
pkgbase = lua51bind
pkgdesc = A library that helps you create bindings between C++ and Lua51
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 040095c68421..79ecc67fe349 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
luaver=5.1
pkgname=lua${luaver//.}bind
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="A library that helps you create bindings between C++ and Lua51"
arch=('i686' 'x86_64')
url="http://www.rasterbar.com/products/luabind.html"