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

Felix Yan felixonmars at gemini.archlinux.org
Sun Nov 7 07:32:45 UTC 2021


    Date: Sunday, November 7, 2021 @ 07:32:45
  Author: felixonmars
Revision: 1038397

upgpkg: haskell-entropy 0.4.1.7-1: rebuild with entropy 0.4.1.7

Modified:
  haskell-entropy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-07 07:14:30 UTC (rev 1038396)
+++ PKGBUILD	2021-11-07 07:32:45 UTC (rev 1038397)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Nagy <danielnagy at gmx de>
 
 pkgname=haskell-entropy
-pkgver=0.4.1.6
-pkgrel=8
+pkgver=0.4.1.7
+pkgrel=1
 pkgdesc="A mostly platform independent (not GHCJS) method to obtain cryptographically strong entropy"
 url="https://hackage.haskell.org/package/entropy"
 license=('BSD')
@@ -11,7 +11,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/entropy/${pkgver}/entropy-${pkgver}.tar.gz)
-sha512sums=('201a75efe210be5728a1c94ba9ec62514b96c388b6791d9301b34d2fce0208a9fa4ef25965c7840d052fd6221f15a1bec196a6eb209e6d03c3e1f971161df1b1')
+sha512sums=('624a9008964299f4256d6d93f5da53f030956b55368b5a8fd6ae6270b0f44f0a331202b5a2822e025db2e7317983768e68d5adf0eddd11e6a841cd403ce10a54')
 
 build() {
     cd "${srcdir}/entropy-${pkgver}"
@@ -18,7 +18,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list