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

Felix Yan felixonmars at archlinux.org
Mon May 25 18:18:17 UTC 2020


    Date: Monday, May 25, 2020 @ 18:18:17
  Author: felixonmars
Revision: 634721

upgpkg: stylish-haskell 0.11.0.0-25: rebuild with aeson 1.5.0.0

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 18:14:37 UTC (rev 634720)
+++ PKGBUILD	2020-05-25 18:18:17 UTC (rev 634721)
@@ -3,7 +3,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.11.0.0
-pkgrel=24
+pkgrel=25
 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/< *1.5/<2/' -e '/semigroups/d' $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list