Date: Wednesday, August 8, 2018 @ 16:04:25
  Author: felixonmars
Revision: 370349

upgpkg: stylish-haskell 0.9.2.0-49

rebuild with aeson 1.4.0.0

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-08-08 15:12:01 UTC (rev 370348)
+++ PKGBUILD    2018-08-08 16:04:25 UTC (rev 370349)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.9.2.0
-pkgrel=48
+pkgrel=49
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell";
 license=("custom:BSD3")
@@ -17,7 +17,7 @@
 
 prepare() {
     cd $pkgname-$pkgver
-    sed -i -e '/semigroups/d' -e 's/<.*0.9/<1/' $pkgname.cabal
+    sed -i -e '/semigroups/d' -e 's/<.*0.9/<1/' -e 's/<.*1.4/<2/' 
$pkgname.cabal
 }
 
 build() {

Reply via email to