summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorY2018-12-15 17:06:47 +0100
committerY2018-12-15 17:06:47 +0100
commit118a993fbc48cacfd5e644172cd25a0a95a5ca4f (patch)
tree4dc7a6e61d8a040b7bd45e1d4f1d48e239953f1e /PKGBUILD
parenta7f430e6177465449808eab804f6509cc8a6f67c (diff)
downloadaur-118a993fbc48cacfd5e644172cd25a0a95a5ca4f.tar.gz
upstream changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 456a9c0e2362..727e30b0588f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lua51-lualdap-git
pkgver=master
-pkgrel=1
+pkgrel=2
pkgdesc="lua binding to openldap"
arch=('i686' 'x86_64')
url="https://github.com/lualdap/lualdap"
@@ -11,10 +11,8 @@ license=('MIT')
provides=('lua51-lualdap')
depends=('openldap>=2.1' 'lua51')
makedepends=('git')
-source=("git+https://github.com/lualdap/lualdap.git"
- "allow-uri.patch")
-sha1sums=('SKIP'
- 'a5185d05bf737707937bf3f7177afb33160ff5ec')
+source=("git+https://github.com/lualdap/lualdap.git")
+sha1sums=('SKIP')
_luaBin=lua5.1
pkgver() {
@@ -24,7 +22,6 @@ pkgver() {
build() {
cd "${srcdir}/lualdap"
- git apply "${srcdir}/allow-uri.patch"
sed -i "s/^LUA *:=.*/LUA := lua$($_luaBin -v 2>&1 | grep -Eo '\<[5-9]\..')/" config
make
}