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

Felix Yan felixonmars at gemini.archlinux.org
Thu Mar 3 11:42:26 UTC 2022


    Date: Thursday, March 3, 2022 @ 11:42:26
  Author: felixonmars
Revision: 1140471

upgpkg: haskell-tasty-hspec 1.2-42: rebuild with hspec 2.9.0, hspec-core 2.9.0, hspec-discover 2.9.0

Modified:
  haskell-tasty-hspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-03 11:37:58 UTC (rev 1140470)
+++ PKGBUILD	2022-03-03 11:42:26 UTC (rev 1140471)
@@ -3,7 +3,7 @@
 _hkgname=tasty-hspec
 pkgname=haskell-tasty-hspec
 pkgver=1.2
-pkgrel=41
+pkgrel=42
 pkgdesc="Hspec support for the Tasty test framework"
 url="https://github.com/mitchellwrosen/tasty-hspec"
 license=('BSD')
@@ -10,10 +10,15 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty'
          'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('32cd6dab1f4f6dfacb582d586f133348b0abe26e3a01edefb2ae3ea23aef79cd4bf1f65751b5e47333f8d1d098a15ac6e03a65d1543e8ef662b0636e34df5133')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u hspec -u hspec-core $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list