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

Felix Yan felixonmars at gemini.archlinux.org
Thu Mar 24 22:21:39 UTC 2022


    Date: Thursday, March 24, 2022 @ 22:21:39
  Author: felixonmars
Revision: 1175874

upgpkg: haskell-tasty-hedgehog 1.2.0.0-1: rebuild with tasty-hedgehog 1.2.0.0

Modified:
  haskell-tasty-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-24 22:18:57 UTC (rev 1175873)
+++ PKGBUILD	2022-03-24 22:21:39 UTC (rev 1175874)
@@ -2,23 +2,18 @@
 
 _hkgname=tasty-hedgehog
 pkgname=haskell-tasty-hedgehog
-pkgver=1.1.0.0
-pkgrel=122
+pkgver=1.2.0.0
+pkgrel=1
 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' 'uusi')
+makedepends=('ghc')
 checkdepends=('haskell-tasty-expected-failure')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('48dda3dda14241f8d8dc77acf61a0fe77887c835ae9de6182c9fe580bb79e98f2480a14c282ff49b1438ffab197812262529e90dcec2af3785713f218490bce2')
+sha512sums=('dfaf026b360db53de4d0e9fae3757f0a75e0aec7c8539e426db9efca8d16f787fb12e019d901e9c679301db215cbaac549eb438a417823513c246fa15dd87817')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u hedgehog $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list