summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTilman Vatteroth2017-03-07 20:46:31 +0100
committerTilman Vatteroth2017-03-07 20:46:31 +0100
commit570ee74254242dea8c132fc06451b76adc1d704d (patch)
tree61f440ad91e9e4b9d1f4450f1af093a6d4a03415 /PKGBUILD
parentadb6cc58b445ec73751dba3a46607d2ba211d66c (diff)
downloadaur-570ee74254242dea8c132fc06451b76adc1d704d.tar.gz
set version to lua5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71080386d1f7..330fc512e71e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Christoph Stahl <christoph.stahl@uni-dortmund.de>
pkgname=prosody-hg-stable
-pkgrel=1
+pkgrel=2
pkgver=0.10.r7232+.4e9b307c30dd+
pkgver() {
cd "$srcdir/prosody-hg"
@@ -62,7 +62,8 @@ build() {
--datadir=/var/lib/prosody --with-lua-include=/usr/include/lua5.1 \
--cflags="${CFLAGS} -fPIC -Wall -Wextra -D_GNU_SOURCE" \
--ldflags="${LDFLAGS} -shared" --no-example-certs \
- --runwith=lua5.1
+ --runwith=lua5.1 \
+ --lua-version=5.1
make
}