[arch-commits] Commit in hoogle/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Nov 29 13:24:08 UTC 2017
Date: Wednesday, November 29, 2017 @ 13:24:06
Author: felixonmars
Revision: 270681
upgpkg: hoogle 5.0.14-1
Modified:
hoogle/trunk/PKGBUILD
----------+
PKGBUILD | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-29 13:19:54 UTC (rev 270680)
+++ PKGBUILD 2017-11-29 13:24:06 UTC (rev 270681)
@@ -3,29 +3,30 @@
# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
pkgname=hoogle
-pkgver=5.0.13
-pkgrel=31
+pkgver=5.0.14
+pkgrel=1
pkgdesc="Haskell API Search"
url="http://www.haskell.org/hoogle/"
license=("custom:BSD3")
arch=('x86_64')
-depends=('ghc-libs' "haskell-quickcheck" "haskell-aeson" "haskell-cmdargs" "haskell-conduit"
- "haskell-conduit-extra" "haskell-connection" "haskell-extra" "haskell-src-exts"
- "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" "haskell-js-jquery"
- "haskell-mmap" "haskell-network" "haskell-network-uri" "haskell-old-locale"
- "haskell-process-extras" "haskell-resourcet" "haskell-tar" "haskell-text"
- "haskell-uniplate" "haskell-utf8-string" "haskell-vector" "haskell-wai"
- "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" "haskell-zlib")
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-cmdargs' 'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-connection' 'haskell-extra' 'haskell-src-exts'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 'haskell-js-jquery'
+ 'haskell-mmap' 'haskell-network' 'haskell-network-uri' 'haskell-old-locale'
+ 'haskell-process-extras' 'haskell-resourcet' 'haskell-storable-tuple' 'haskell-tar'
+ 'haskell-text' 'haskell-uniplate' 'haskell-utf8-string' 'haskell-vector' 'haskell-wai'
+ 'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('9b5925b39b19000f312a700bf46a157efd028d2f2748ac03efe1b703659a40535dd7259dfa212d534e20358c00143df59b8e6198bfa064847559bec0c64d41b0')
+sha512sums=('f6a9743277d8937d279bbb924999e91679c2fbbaa643f0f60d5329f9bbc12020aa3a6c31b664105687667277b9786427ce9bc0d2b25dcf0bc9c9a1fec821de33')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
+
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
- --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+ -fnetwork-uri
runhaskell Setup build
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
@@ -35,7 +36,7 @@
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
+
install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
runhaskell Setup copy --destdir="${pkgdir}"
More information about the arch-commits
mailing list