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

Felix Yan felixonmars at archlinux.org
Fri Jul 13 19:47:23 UTC 2018


    Date: Friday, July 13, 2018 @ 19:47:23
  Author: felixonmars
Revision: 358765

upgpkg: stylish-haskell 0.9.2.0-38

rebuild with yaml 0.9.0

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-13 19:46:48 UTC (rev 358764)
+++ PKGBUILD	2018-07-13 19:47:23 UTC (rev 358765)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.9.2.0
-pkgrel=37
+pkgrel=38
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell"
 license=("custom:BSD3")
@@ -17,7 +17,7 @@
 
 prepare() {
     cd $pkgname-$pkgver
-    sed -i '/semigroups/d' $pkgname.cabal
+    sed -i -e '/semigroups/d' -e 's/<.*0.9/<1/' $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list