summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPitBall2016-04-10 05:05:55 +0200
committerPitBall2016-04-10 05:05:55 +0200
commitb9e3486851dbbb7abdc1eda0e696de1c7d200d12 (patch)
treee8314df5a258b69a93c59c741067820aef7ff53c
parent325d67009d9748dd1326d96dea3faf67b6c4c083 (diff)
downloadaur-b9e3486851dbbb7abdc1eda0e696de1c7d200d12.tar.gz
Update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65d39dcc2e41..a872c5af66a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Nov 10 18:49:18 UTC 2015
+# Sun Apr 10 03:05:35 UTC 2016
pkgbase = lua53bind
pkgdesc = A library that helps you create bindings between C++ and Lua53
pkgver = 0.9.1
- pkgrel = 2
+ pkgrel = 5
url = http://www.rasterbar.com/products/luabind.html
arch = i686
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = lua53bind
depends = lua
depends = lua>5.3.0
depends = gcc-libs
+ provides = luabind
conflicts = luabind
conflicts = lua51bind
conflicts = lua52bind
diff --git a/PKGBUILD b/PKGBUILD
index b76af70776a3..aeeed77d5f92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
luaver=5.3
pkgname=lua${luaver//.}bind
pkgver=0.9.1
-pkgrel=2
+pkgrel=5
pkgdesc="A library that helps you create bindings between C++ and Lua53"
arch=('i686' 'x86_64')
url="http://www.rasterbar.com/products/luabind.html"