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

Felix Yan felixonmars at archlinux.org
Sat Jun 24 14:23:08 UTC 2017


    Date: Saturday, June 24, 2017 @ 14:23:08
  Author: felixonmars
Revision: 240769

upgpkg: haskell-crypto-api 0.13.2-10

rebuild with entropy,0.3.8

Modified:
  haskell-crypto-api/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-24 14:21:15 UTC (rev 240768)
+++ PKGBUILD	2017-06-24 14:23:08 UTC (rev 240769)
@@ -5,12 +5,12 @@
 _hkgname=crypto-api
 pkgname=haskell-crypto-api
 pkgver=0.13.2
-pkgrel=9
+pkgrel=10
 pkgdesc="A generic interface for cryptographic operations"
 url="https://github.com/TomMD/crypto-api"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-cereal" "haskell-entropy" "haskell-tagged")
+depends=('ghc' "haskell-cereal" "haskell-entropy" "haskell-tagged")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('5331d511a9761d5073e6661148234228d88f8ace14e2994171f0bcf5183e82ed')
 
@@ -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 \
             -f-all_cpolys
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list