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

Felix Yan fyan at archlinux.org
Sat Apr 30 06:50:06 UTC 2016


    Date: Saturday, April 30, 2016 @ 08:50:06
  Author: fyan
Revision: 173046

upgpkg: haskell-tasty 0.11.0.3-1

rebuild with darcs-2.12.0, extra-1.4.5, hpack-0.13.0, lens-4.14, tasty-0.11.0.3

Modified:
  haskell-tasty/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-30 06:49:42 UTC (rev 173045)
+++ PKGBUILD	2016-04-30 06:50:06 UTC (rev 173046)
@@ -4,8 +4,8 @@
 
 _hkgname=tasty
 pkgname=haskell-tasty
-pkgver=0.11.0.2
-pkgrel=6
+pkgver=0.11.0.3
+pkgrel=1
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/feuerbach/tasty"
 license=("MIT")
@@ -16,12 +16,8 @@
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('3d87f99a046bfda752dcf558f36931135c784af9a2911a61bc4673199f933c63')
+sha256sums=('ca51533c3b6fb36a63b7a6062d71024e3a823ae173779c1c81850959e29e7efa')
 
-prepare() {
-    sed -i 's/regex-tdfa-rc/regex-tdfa/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list