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

Felix Yan felixonmars at archlinux.org
Tue Jun 20 13:20:48 UTC 2017


    Date: Tuesday, June 20, 2017 @ 13:20:48
  Author: felixonmars
Revision: 239027

upgpkg: haskell-path 0.6.0-1

rebuild with path,0.6.0

Modified:
  haskell-path/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-20 13:09:41 UTC (rev 239026)
+++ PKGBUILD	2017-06-20 13:20:48 UTC (rev 239027)
@@ -4,15 +4,15 @@
 
 _hkgname=path
 pkgname=haskell-path
-pkgver=0.5.13
-pkgrel=11
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="Path"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-aeson" "haskell-exceptions" "haskell-hashable")
+depends=('ghc' "haskell-aeson" "haskell-exceptions" "haskell-hashable")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('1968303e1632499890c3c760ade68e91e848cb45de552090d86e6c75b93e7d51')
+sha512sums=('1724889da88067d485d943c0cce098937aa4945772a07528b0b3b4663846f468685d67597913fa70247b02b38ef43a341152def30544fe60ef1b29dc79db4562')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -19,7 +19,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