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

Felix Yan felixonmars at archlinux.org
Sat May 19 07:19:09 UTC 2018


    Date: Saturday, May 19, 2018 @ 07:19:08
  Author: felixonmars
Revision: 324419

upgpkg: haskell-aeson-compat 0.3.7.1-31

rebuild with base-compat,0.10.1 aeson,1.3.1.1

Modified:
  haskell-aeson-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 07:16:57 UTC (rev 324418)
+++ PKGBUILD	2018-05-19 07:19:08 UTC (rev 324419)
@@ -5,7 +5,7 @@
 _hkgname=aeson-compat
 pkgname=haskell-aeson-compat
 pkgver=0.3.7.1
-pkgrel=30
+pkgrel=31
 pkgdesc="Compatibility layer for aeson"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
@@ -20,7 +20,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/<.*4.11/<5/' $_hkgname.cabal
+    sed -e 's/<.*4.11/<5/' -e 's/<.*1.3/<2/' -e 's/<.*0.10/<1/' -i $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list