summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2018-12-22 20:22:56 +0100
committerhaawda2018-12-22 20:22:56 +0100
commitb53216f115bd4767dcd81c40d7adb22243db4824 (patch)
tree7c4e8bdc0c41a84f6faf0b8263606b36c0ec2e96 /PKGBUILD
parentba5279497f90d6ee588635df25ad4dbdeaa72615 (diff)
downloadaur-b53216f115bd4767dcd81c40d7adb22243db4824.tar.gz
adjustment
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 973d8653b5d9..462a5abfcbf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=hop-git
epoch=1
-pkgver=3.2.0r5061.be86efe4
+pkgver=3.2.0r5093.848b1d1f
pkgrel=1
pkgdesc="Software Development Kit for the Web"
arch=('i686' 'x86_64')
@@ -29,7 +29,7 @@ build() {
cd ${pkgname%-git}
./configure --prefix=/usr --etcdir=/etc/hop --mandir=/usr/share/man \
--disable-ssl --bigloobindir=/usr/bin \
- --bigloolibdir=/usr/lib/bigloo/4.3d
+ --bigloolibdir=/usr/lib/bigloo/4.3e
make
make doc
}