summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb14518e4b00..26650c295c29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=tilemaker-git
-pkgver=1.4.0.r2.g519e267
+pkgver=1.5.0.r11.g6c8c990
pkgver() {
cd "$pkgname"
git describe --long --tags | sed 's/^v//;s/-/.r/;s/-/./'
@@ -11,7 +11,8 @@ arch=('i686' 'x86_64')
url="https://github.com/systemed/tilemaker"
license=('custom')
install=$pkgname.install
-depends=('boost-libs' 'luabind' 'protobuf' 'sqlite')
+depends=('boost-libs' 'lua51' 'protobuf' 'sqlite' 'shapelib')
+makedepends=('git' 'boost')
source=("$pkgname::git+https://github.com/systemed/${pkgname%-git}")
md5sums=('SKIP')