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

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 23 16:36:55 UTC 2022


    Date: Tuesday, August 23, 2022 @ 16:36:55
  Author: felixonmars
Revision: 1275490

upgpkg: haskell-puremd5 2.1.4-3: rebuild with entropy 0.4.1.9

Modified:
  haskell-puremd5/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-23 16:36:41 UTC (rev 1275489)
+++ PKGBUILD	2022-08-23 16:36:55 UTC (rev 1275490)
@@ -4,7 +4,7 @@
 _hkgname=pureMD5
 pkgname=haskell-puremd5 
 pkgver=2.1.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A Haskell-only implementation of the MD5 digest (hash) algorithm"
 url="https://hackage.haskell.org/package/pureMD5"
 license=('BSD')
@@ -18,7 +18,7 @@
     cd $_hkgname-$pkgver
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir=/usr/share/doc/$pkgname \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
             -f-test
     runhaskell Setup build $MAKEFLAGS



More information about the arch-commits mailing list