summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-03-23 18:39:26 +0000
committerhaawda2020-03-23 18:39:26 +0000
commite2fee8dcde159eefbb72127cb7e9ef07063b4faa (patch)
tree2e60f17e08a0dd1c2a6bcac00853deac5e834023
parentad69222bb3a4bef6efb1ff077332035bdbfbe94f (diff)
downloadaur-e2fee8dcde159eefbb72127cb7e9ef07063b4faa.tar.gz
fix bigloo path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cfb84245905..7fdb4efebd2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hop
pkgdesc = Software Development Kit for the Web
pkgver = 3.1.0
- pkgrel = 4
+ pkgrel = 5
epoch = 1
url = http://hop.inria.fr
install = hop.install
diff --git a/PKGBUILD b/PKGBUILD
index 95e39afe94ec..e814c83c6a15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=hop
epoch=1
pkgver=3.1.0
-pkgrel=4
+pkgrel=5
pkgdesc="Software Development Kit for the Web"
arch=('x86_64')
license=('GPL' 'LGPL')
@@ -23,7 +23,7 @@ build() {
cd $pkgname
./configure --prefix=/usr --etcdir=/etc/hop --mandir=/usr/share/man \
--disable-ssl --bigloobindir=/usr/bin --link=dynamic \
- --bigloolibdir=/usr/lib/bigloo/4.3e
+ --bigloolibdir=/usr/lib/bigloo/4.3f
sed -i 's/, -static-all-bigloo//' share/Makefile
LD_LIBRARY_PATH="$PWD/lib/hop/3.1.0/" make
}