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

Felix Yan felixonmars at archlinux.org
Sat Apr 25 22:36:00 UTC 2020


    Date: Saturday, April 25, 2020 @ 22:36:00
  Author: felixonmars
Revision: 621148

upgpkg: haskell-cborg 0.2.2.1-14: rebuild with base64-bytestring 1.1.0.0

Modified:
  haskell-cborg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-25 22:31:55 UTC (rev 621147)
+++ PKGBUILD	2020-04-25 22:36:00 UTC (rev 621148)
@@ -3,7 +3,7 @@
 _hkgname=cborg
 pkgname=haskell-cborg
 pkgver=0.2.2.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Concise Binary Object Representation (CBOR)"
 url="https://github.com/well-typed/cborg"
 license=('BSD')
@@ -17,7 +17,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *2.14/<3/;s/< *0.6/<1/' $_hkgname.cabal
+    sed -i 's/< *2.14/<3/;s/< *0.6/<1/;s/< *1.1/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list