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

Felix Yan felixonmars at archlinux.org
Mon May 25 10:05:44 UTC 2020


    Date: Monday, May 25, 2020 @ 10:05:43
  Author: felixonmars
Revision: 634098

upgpkg: haskell-cborg-json 0.2.2.0-20: rebuild with aeson 1.5.0.0

Modified:
  haskell-cborg-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 10:02:54 UTC (rev 634097)
+++ PKGBUILD	2020-05-25 10:05:43 UTC (rev 634098)
@@ -3,7 +3,7 @@
 _hkgname=cborg-json
 pkgname=haskell-cborg-json
 pkgver=0.2.2.0
-pkgrel=19
+pkgrel=20
 pkgdesc="A library for encoding JSON as CBOR"
 url="https://github.com/well-typed/cborg-json"
 license=('BSD')
@@ -16,7 +16,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *4.14/<5/' $_hkgname.cabal
+    sed -i 's/< *4.14/<5/;s/< *1.5/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list