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

Felix Yan felixonmars at archlinux.org
Mon Aug 10 04:41:41 UTC 2020


    Date: Monday, August 10, 2020 @ 04:41:40
  Author: felixonmars
Revision: 673331

upgpkg: stylish-haskell 0.11.0.3-3: rebuild with strict 0.4

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-10 04:37:40 UTC (rev 673330)
+++ PKGBUILD	2020-08-10 04:41:40 UTC (rev 673331)
@@ -3,7 +3,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.11.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell"
 license=("BSD")
@@ -17,7 +17,7 @@
 
 prepare() {
     cd $pkgname-$pkgver
-    sed -i -e 's/< *3.1/<4/' -e '/semigroups/d' $pkgname.cabal
+    sed -i -e 's/< *3.1/<4/;s/< 0.4/<1/' -e '/semigroups/d' $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list