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

Felix Yan felixonmars at archlinux.org
Fri Mar 12 20:16:39 UTC 2021


    Date: Friday, March 12, 2021 @ 20:16:38
  Author: felixonmars
Revision: 889702

upgpkg: haskell-tasty-hedgehog 1.0.1.0-19: rebuild with hedgehog 1.0.5

Modified:
  haskell-tasty-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-12 20:15:44 UTC (rev 889701)
+++ PKGBUILD	2021-03-12 20:16:38 UTC (rev 889702)
@@ -3,17 +3,22 @@
 _hkgname=tasty-hedgehog
 pkgname=haskell-tasty-hedgehog
 pkgver=1.0.1.0
-pkgrel=18
+pkgrel=19
 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=('350e07916e3118b13e9e8074b5fc5af940ebdb1deaa58fd2e0eb8f3032ee57da498fad78bf7ac39cb4a5249c4d2dce09d46df853c9be999b88f7700491082356')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u hedgehog $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list