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

Felix Yan felixonmars at archlinux.org
Sat Feb 13 17:26:02 UTC 2021


    Date: Saturday, February 13, 2021 @ 17:26:02
  Author: felixonmars
Revision: 859393

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

Modified:
  haskell-tasty-hedgehog/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-13 17:22:24 UTC (rev 859392)
+++ PKGBUILD	2021-02-13 17:26:02 UTC (rev 859393)
@@ -2,8 +2,8 @@
 
 _hkgname=tasty-hedgehog
 pkgname=haskell-tasty-hedgehog
-pkgver=1.0.0.2
-pkgrel=161
+pkgver=1.0.1.0
+pkgrel=1
 pkgdesc="Integration for tasty and hedgehog"
 url="https://github.com/qfpl/tasty-hedgehog"
 license=('BSD')
@@ -12,13 +12,8 @@
 makedepends=('ghc')
 checkdepends=('haskell-tasty-expected-failure')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('56ac4db27b97bc6902633ec398bdbae28f6121d818a29fde62ddea4a4619af0fe7b058b55479414a627119a0014f2c84d6b795c86e9e36d21fd25bf1033a9c4b')
+sha512sums=('350e07916e3118b13e9e8074b5fc5af940ebdb1deaa58fd2e0eb8f3032ee57da498fad78bf7ac39cb4a5249c4d2dce09d46df853c9be999b88f7700491082356')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *4.14/<5/;s/< *1.3/<2/;s/< *1.0.3/<2/;s/< *0.12/<1/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list