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

Felix Yan felixonmars at archlinux.org
Mon Jun 21 08:12:50 UTC 2021


    Date: Monday, June 21, 2021 @ 08:12:49
  Author: felixonmars
Revision: 966449

upgpkg: haskell-cryptohash-sha256 0.11.102.0-39: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, one-liner 2.0, retrie 1.0.0.0

Modified:
  haskell-cryptohash-sha256/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-21 08:09:58 UTC (rev 966448)
+++ PKGBUILD	2021-06-21 08:12:49 UTC (rev 966449)
@@ -4,7 +4,7 @@
 _hkgname=cryptohash-sha256
 pkgname=haskell-cryptohash-sha256
 pkgver=0.11.102.0
-pkgrel=38
+pkgrel=39
 pkgdesc="Fast, pure and practical SHA-256 implementation"
 url="https://github.com/hvr/cryptohash-sha256"
 license=("BSD")
@@ -17,7 +17,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -u tasty $_hkgname.cabal
+    uusi -u base -u tasty $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list