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

Felix Yan felixonmars at archlinux.org
Tue Oct 16 06:48:42 UTC 2018


    Date: Tuesday, October 16, 2018 @ 06:48:42
  Author: felixonmars
Revision: 394503

upgpkg: haskell-text-short 0.1.2-30

rebuild with ghc 8.6.1

Modified:
  haskell-text-short/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-16 06:31:04 UTC (rev 394502)
+++ PKGBUILD	2018-10-16 06:48:42 UTC (rev 394503)
@@ -4,7 +4,7 @@
 _hkgname=text-short
 pkgname=haskell-text-short
 pkgver=0.1.2
-pkgrel=29
+pkgrel=30
 pkgdesc="Memory-efficient representation of Unicode text strings"
 url="https://github.com/hvr/text-short"
 license=("custom:BSD3")
@@ -17,7 +17,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/<.*1.1/<2/' $_hkgname.cabal
+    sed -i -e 's/<.*1.1/<2/' -e 's/< *4.12/<5/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list