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

Felix Yan felixonmars at archlinux.org
Fri Feb 15 08:56:29 UTC 2019


    Date: Friday, February 15, 2019 @ 08:56:27
  Author: felixonmars
Revision: 432447

upgpkg: haskell-aeson-compat 0.3.9-18

rebuild with tasty 1.2, tasty-rerun 1.1.14

Modified:
  haskell-aeson-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-14 22:33:56 UTC (rev 432446)
+++ PKGBUILD	2019-02-15 08:56:27 UTC (rev 432447)
@@ -4,7 +4,7 @@
 _hkgname=aeson-compat
 pkgname=haskell-aeson-compat
 pkgver=0.3.9
-pkgrel=17
+pkgrel=18
 pkgdesc="Compatibility layer for aeson"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -20,7 +20,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/<.*0.8/<1/' $_hkgname.cabal
+    sed -i -e 's/<.*0.8/<1/' -e 's/< *1.2/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list