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

Felix Yan felixonmars at gemini.archlinux.org
Thu Mar 3 23:00:33 UTC 2022


    Date: Thursday, March 3, 2022 @ 23:00:33
  Author: felixonmars
Revision: 1141365

upgpkg: haskell-zenc 0.1.2-48: rebuild with hspec 2.9.0, hspec-core 2.9.0, hspec-discover 2.9.0

Modified:
  haskell-zenc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-03 22:51:36 UTC (rev 1141364)
+++ PKGBUILD	2022-03-03 23:00:33 UTC (rev 1141365)
@@ -3,16 +3,21 @@
 _hkgname=zenc
 pkgname=haskell-zenc
 pkgver=0.1.2
-pkgrel=47
+pkgrel=48
 pkgdesc="GHC style name Z-encoding and Z-decoding"
 url="https://github.com/dagit/zenc"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'haskell-hedgehog' 'haskell-hspec' 'haskell-hspec-hedgehog')
+makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-hspec' 'haskell-hspec-hedgehog')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('cd1d7feef5c3b23180e1402d057572a9619cff4d2c880a9ba1a746c15d25d1dc0add1fc7b7821ae48722c40bca0b26011f2d0df918a18fd011c4098483ce9668')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u hspec $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver    
     



More information about the arch-commits mailing list