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

Felix Yan felixonmars at archlinux.org
Wed Dec 13 00:43:40 UTC 2017


    Date: Wednesday, December 13, 2017 @ 00:43:39
  Author: felixonmars
Revision: 274038

upgpkg: haskell-tasty-rerun 1.1.8-1

rebuild with tasty-rerun,1.1.8

Modified:
  haskell-tasty-rerun/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-13 00:42:40 UTC (rev 274037)
+++ PKGBUILD	2017-12-13 00:43:39 UTC (rev 274038)
@@ -4,8 +4,8 @@
 
 _hkgname=tasty-rerun
 pkgname=haskell-tasty-rerun
-pkgver=1.1.7
-pkgrel=19
+pkgver=1.1.8
+pkgrel=1
 pkgdesc="Run tests by filtering the test tree depending on the result of previous test runs"
 url="https://github.com/ocharles/tasty-rerun"
 license=("custom:BSD3")
@@ -14,12 +14,8 @@
          "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('a5cc64b8981b8dcd64682927b35ff25d5e0477d152acb4f8fc6cb20b2d506a1edc51c3cf79a0f5cbfe4525e88974e9c5f6c80050db4d0ddb77f59b61a402badb')
+sha512sums=('cb07133f03d8b7daf9597bd9f4505d94336c1fa716d38f545418292c90a6f2896fda07210d5ea330dd4c49feee48d824dd90543eed84086a08d43b5caa179e22')
 
-prepare() {
-    sed -i 's/tasty >=0.10 && <0.12,/tasty >=0.10,/' $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list