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

Felix Yan felixonmars at archlinux.org
Sun Aug 23 07:08:44 UTC 2020


    Date: Sunday, August 23, 2020 @ 07:08:44
  Author: felixonmars
Revision: 686913

upgpkg: haskell-cborg 0.2.4.0-14: rebuild with base64-bytestring 1.2.0.0

Modified:
  haskell-cborg/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-23 06:59:59 UTC (rev 686912)
+++ PKGBUILD	2020-08-23 07:08:44 UTC (rev 686913)
@@ -3,7 +3,7 @@
 _hkgname=cborg
 pkgname=haskell-cborg
 pkgver=0.2.4.0
-pkgrel=13
+pkgrel=14
 pkgdesc="Concise Binary Object Representation (CBOR)"
 url="https://github.com/well-typed/cborg"
 license=('BSD')
@@ -15,6 +15,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('2a1b5bb935595ff692aa345a0e3d156fbb2d30afc116cb3b267f299c42b9f97f513bf08468cd5162e0be5ebffa45e683fffd7085c8259c0129d618a0efbeecda')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *1.2/<2/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list