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

Felix Yan felixonmars at archlinux.org
Thu Apr 8 17:54:02 UTC 2021


    Date: Thursday, April 8, 2021 @ 17:54:02
  Author: felixonmars
Revision: 914775

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

Modified:
  haskell-tasty-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-08 17:49:05 UTC (rev 914774)
+++ PKGBUILD	2021-04-08 17:54:02 UTC (rev 914775)
@@ -2,23 +2,18 @@
 
 _hkgname=tasty-hedgehog
 pkgname=haskell-tasty-hedgehog
-pkgver=1.0.1.0
-pkgrel=32
+pkgver=1.1.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=('350e07916e3118b13e9e8074b5fc5af940ebdb1deaa58fd2e0eb8f3032ee57da498fad78bf7ac39cb4a5249c4d2dce09d46df853c9be999b88f7700491082356')
+sha512sums=('48dda3dda14241f8d8dc77acf61a0fe77887c835ae9de6182c9fe580bb79e98f2480a14c282ff49b1438ffab197812262529e90dcec2af3785713f218490bce2')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u hedgehog $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list