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

Felix Yan felixonmars at archlinux.org
Wed Sep 2 00:13:52 UTC 2020


    Date: Wednesday, September 2, 2020 @ 00:13:52
  Author: felixonmars
Revision: 696221

upgpkg: haskell-hsopenssl 0.11.4.19-1: rebuild with HsOpenSSL 0.11.4.19

Modified:
  haskell-hsopenssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-02 00:11:32 UTC (rev 696220)
+++ PKGBUILD	2020-09-02 00:13:52 UTC (rev 696221)
@@ -2,8 +2,8 @@
 
 _hkgname=HsOpenSSL
 pkgname=haskell-hsopenssl
-pkgver=0.11.4.18
-pkgrel=17
+pkgver=0.11.4.19
+pkgrel=1
 pkgdesc="Partial OpenSSL binding for Haskell"
 url="https://github.com/vshabanov/HsOpenSSL"
 license=('custom:PublicDomain')
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-network' 'openssl')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('f61d7f802e677243c77c1742af3a17ceb65bc50b4c865f6dde126f747039a9b1d2271f243770342cc6344f028f21a8d390bec15c69f196d71133e0df65800f14')
+sha512sums=('9b375fde7c9d72344bbf576fbf07f2845d40e7768beb917412968cf6b0875d3eac19625f20f158f4384d070aaecc7056968253be2f5a49c97a91105907aea5df')
 
 build() {
     cd $_hkgname-$pkgver
@@ -18,7 +18,8 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+        -fuse-pkg-config
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list