summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-10-11 23:46:06 +0200
committerhaawda2017-10-11 23:46:06 +0200
commit7c9f1f6aff8a54138753df4669718f209ec24eca (patch)
tree304d4b1266aa5c1828c91ad4ccb1e7804981eb2e
parent1e579e4517436ebeda712cc6159463320583cf1b (diff)
downloadaur-7c9f1f6aff8a54138753df4669718f209ec24eca.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a5a415ea727..edcfc6ba37a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = hop
pkgdesc = Software Development Kit for the Web
pkgver = 3.1.0_pre2
- pkgrel = 5
+ pkgrel = 6
url = http://hop.inria.fr
install = hop.install
arch = i686
arch = x86_64
license = GPL
license = LGPL
- depends = bigloo
+ depends = bigloo-devel>=30:4.3alpha11Oct17
options = !makeflags
source = ftp://ftp-sop.inria.fr/indes/fp/Hop/hop-3.1.0-pre2.tar.gz
source = hop
- sha256sums = bed400961c72f0f8cfb93a4a64613d005cb6dda2d7c566864d2a9679a34c9eda
+ sha256sums = 0c618b1bb28bddbb0b244b47bde6ca7c4fb449458e4cde1eceb4de5d4a4d09ea
sha256sums = d1b40876e3a3d06c32f17c2a50dc950ab8c6ec68d7eea0754fe284ca4c226e5b
pkgname = hop
diff --git a/PKGBUILD b/PKGBUILD
index 37e4dbad6f8f..5635d6920033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,21 +5,23 @@
pkgname=hop
pkgver=3.1.0_pre2
_pkgver=${pkgver//_/-}
-pkgrel=5
+pkgrel=6
pkgdesc="Software Development Kit for the Web"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL')
-depends=('bigloo')
+depends=('bigloo-devel>=30:4.3alpha11Oct17')
install=hop.install
url='http://hop.inria.fr'
source=("ftp://ftp-sop.inria.fr/indes/fp/Hop/$pkgname-${_pkgver}.tar.gz" hop)
-sha256sums=('bed400961c72f0f8cfb93a4a64613d005cb6dda2d7c566864d2a9679a34c9eda'
+sha256sums=('0c618b1bb28bddbb0b244b47bde6ca7c4fb449458e4cde1eceb4de5d4a4d09ea'
'd1b40876e3a3d06c32f17c2a50dc950ab8c6ec68d7eea0754fe284ca4c226e5b')
options=('!makeflags')
build() {
cd ${srcdir}/$pkgname-$_pkgver
- ./configure --prefix=/usr --etcdir=/etc/hop --mandir=/usr/share/man
+ ./configure --prefix=/usr --etcdir=/etc/hop --mandir=/usr/share/man \
+ --disable-ssl --bigloobindir=/usr/bin \
+ --bigloolibdir=/usr/lib/bigloo/4.3b
make
make doc
}