summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf73aacb838b..e6e4348ed312 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Nov 10 18:46:15 UTC 2015
+# Wed Dec 23 18:36:34 UTC 2015
pkgbase = lua52bind
pkgdesc = A library that helps you create bindings between C++ and Lua52
pkgver = 0.9.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.rasterbar.com/products/luabind.html
arch = i686
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = lua52bind
makedepends = boost-build
depends = lua52
depends = gcc-libs
+ provides = luabind
conflicts = luabind
conflicts = lua51bind
conflicts = lua53bind
diff --git a/PKGBUILD b/PKGBUILD
index 996e294b7ed1..934f17dfa607 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
luaver=5.2
pkgname=lua${luaver//.}bind
pkgver=0.9.1
-pkgrel=2
+pkgrel=3
pkgdesc="A library that helps you create bindings between C++ and Lua52"
arch=('i686' 'x86_64')
url="http://www.rasterbar.com/products/luabind.html"