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

Felix Yan felixonmars at archlinux.org
Thu Feb 21 09:20:29 UTC 2019


    Date: Thursday, February 21, 2019 @ 09:20:29
  Author: felixonmars
Revision: 434898

upgpkg: stack 1.9.3-69

rebuild with retry 0.8.0.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-21 09:14:05 UTC (rev 434897)
+++ PKGBUILD	2019-02-21 09:20:29 UTC (rev 434898)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.3
-pkgrel=68
+pkgrel=69
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack"
 license=("BSD")
@@ -37,7 +37,7 @@
 prepare() {
   cd $pkgname
   hpack
-  sed -i '/semigroups/d' $pkgname.cabal
+  sed -i -e '/semigroups/d' -e 's/< *0.8/<1/' $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list