[arch-commits] Commit in haskell-wai-extra/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jun 22 18:46:20 UTC 2017


    Date: Thursday, June 22, 2017 @ 18:46:19
  Author: felixonmars
Revision: 239671

upgpkg: haskell-wai-extra 3.0.20.0-1

rebuild with wai-extra,3.0.20.0

Modified:
  haskell-wai-extra/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-22 18:43:40 UTC (rev 239670)
+++ PKGBUILD	2017-06-22 18:46:19 UTC (rev 239671)
@@ -4,13 +4,13 @@
 
 _hkgname=wai-extra
 pkgname=haskell-wai-extra
-pkgver=3.0.19.1
-pkgrel=31
+pkgver=3.0.20.0
+pkgrel=1
 pkgdesc="Provides some basic WAI handlers and middleware."
 url="http://github.com/yesodweb/wai"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-aeson" "haskell-ansi-terminal" "haskell-base64-bytestring"
+depends=('ghc' "haskell-aeson" "haskell-ansi-terminal" "haskell-base64-bytestring"
          "haskell-blaze-builder" "haskell-case-insensitive" "haskell-cookie"
          "haskell-data-default-class" "haskell-fast-logger" "haskell-http-types"
          "haskell-iproute" "haskell-lifted-base" "haskell-network" "haskell-old-locale"
@@ -18,7 +18,7 @@
          "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-void" "haskell-wai"
          "haskell-wai-logger" "haskell-word8" "haskell-zlib")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('f7e7ca4432fd868bb549f16ff2671534cab4e0bcfff194b9de55aa561b21a7f6')
+sha512sums=('296f9be3d5907a0dcf0cbc7a56b0d8cbb432c5df816bebc15dd1120ad6aaa163d4d96e9eea5121f1d829cf43345809e8c8b5480bb6c43bfe6e15ca64960f26ff')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -25,7 +25,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list