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

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 9 21:09:36 UTC 2022


    Date: Friday, September 9, 2022 @ 21:09:35
  Author: felixonmars
Revision: 1297481

upgpkg: haskell-tasty-hedgehog 1.3.0.0-4: rebuild with hedgehog 1.1.2 (rebuild pass 1, specified --nocheck)

Modified:
  haskell-tasty-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-09 21:03:10 UTC (rev 1297480)
+++ PKGBUILD	2022-09-09 21:09:35 UTC (rev 1297481)
@@ -3,17 +3,22 @@
 _hkgname=tasty-hedgehog
 pkgname=haskell-tasty-hedgehog
 pkgver=1.3.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Integration for tasty and hedgehog"
 url="https://github.com/qfpl/tasty-hedgehog"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-hedgehog' 'haskell-tagged' 'haskell-tasty')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 checkdepends=('haskell-tasty-expected-failure')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('dec464d4f1daafe6db830cf560c8b0f0e35b7df8095dc6f3f5c97d006f1c03ee6e7e7f95da997dda4be818ee34f22828e49db73b5f49b7c3ecf02935fc4a6727')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u hedgehog $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list