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

Felix Yan felixonmars at archlinux.org
Thu Jan 23 10:20:27 UTC 2020


    Date: Thursday, January 23, 2020 @ 10:20:26
  Author: felixonmars
Revision: 554801

upgpkg: haskell-tasty-hedgehog 1.0.0.2-1: rebuild with hedgehog 1.0.2, tasty-hedgehog 1.0.0.2

Modified:
  haskell-tasty-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-23 10:06:08 UTC (rev 554800)
+++ PKGBUILD	2020-01-23 10:20:26 UTC (rev 554801)
@@ -2,8 +2,8 @@
 
 _hkgname=tasty-hedgehog
 pkgname=haskell-tasty-hedgehog
-pkgver=1.0.0.1
-pkgrel=14
+pkgver=1.0.0.2
+pkgrel=1
 pkgdesc="Integration for tasty and hedgehog"
 url="https://github.com/qfpl/tasty-hedgehog"
 license=('BSD')
@@ -11,13 +11,8 @@
 depends=('ghc-libs' 'haskell-hedgehog' 'haskell-tagged' 'haskell-tasty')
 makedepends=('ghc' 'haskell-tasty-expected-failure')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('4f06470f44523c32b67c0815abc028d789c09964332c9b3247ce4a3faddb2f88d5c3f9bb26cb2e7e4dc42f825105b135420c4334fdd96ddad6a367d7163cec95')
+sha512sums=('56ac4db27b97bc6902633ec398bdbae28f6121d818a29fde62ddea4a4619af0fe7b058b55479414a627119a0014f2c84d6b795c86e9e36d21fd25bf1033a9c4b')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *4.13/<5/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list