[arch-commits] Commit in hoogle/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Jun 25 03:26:01 UTC 2016


    Date: Saturday, June 25, 2016 @ 03:26:01
  Author: felixonmars
Revision: 181145

upgpkg: hoogle 5.0-1

Modified:
  hoogle/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-25 02:38:18 UTC (rev 181144)
+++ PKGBUILD	2016-06-25 03:26:01 UTC (rev 181145)
@@ -3,21 +3,22 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=hoogle
-pkgver=4.2.43
-pkgrel=42
+pkgver=5.0
+pkgrel=1
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=('gmp' 'libffi')
-makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" "haskell-blaze-builder"
-             "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
-             "haskell-src-exts" "haskell-http-types" "haskell-old-locale" "haskell-parsec"
-             "haskell-random" "haskell-resourcet" "haskell-safe" "haskell-shake"
-             "haskell-tagsoup" "haskell-text" "haskell-uniplate" "haskell-vector"
-             "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "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-resourcet" "haskell-tar" "haskell-text" "haskell-uniplate"
+             "haskell-utf8-string" "haskell-vector" "haskell-wai" "haskell-wai-logger"
+             "haskell-warp" "haskell-warp-tls" "haskell-zlib")
 source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+sha256sums=('19fa34b6695956548f3dc1992e883bb7cf32459d260587dd5a06ef986684c50f')
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
@@ -30,6 +31,6 @@
     cd "${srcdir}/${pkgname}-${pkgver}"
     
     runhaskell Setup copy --destdir="${pkgdir}"
-    install -D -m644 "docs/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
     rm -r "$pkgdir"/usr/{lib,share/doc}
 }



More information about the arch-commits mailing list