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

Felix Yan felixonmars at gemini.archlinux.org
Tue Mar 22 01:07:48 UTC 2022


    Date: Tuesday, March 22, 2022 @ 01:07:48
  Author: felixonmars
Revision: 1169596

upgpkg: haskell-zenc 0.1.2-58: rebuild with hedgehog 1.1

Modified:
  haskell-zenc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 01:07:38 UTC (rev 1169595)
+++ PKGBUILD	2022-03-22 01:07:48 UTC (rev 1169596)
@@ -3,7 +3,7 @@
 _hkgname=zenc
 pkgname=haskell-zenc
 pkgver=0.1.2
-pkgrel=57
+pkgrel=58
 pkgdesc="GHC style name Z-encoding and Z-decoding"
 url="https://github.com/dagit/zenc"
 license=('BSD')
@@ -15,7 +15,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -u hspec $_hkgname.cabal
+    uusi -u hedgehog -u hspec $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list