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

Felix Yan felixonmars at archlinux.org
Mon May 25 11:44:38 UTC 2020


    Date: Monday, May 25, 2020 @ 11:44:37
  Author: felixonmars
Revision: 634164

upgpkg: haskell-serialise 0.2.3.0-6: rebuild with aeson 1.5.0.0

Modified:
  haskell-serialise/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 11:43:05 UTC (rev 634163)
+++ PKGBUILD	2020-05-25 11:44:37 UTC (rev 634164)
@@ -3,7 +3,7 @@
 _hkgname=serialise
 pkgname=haskell-serialise
 pkgver=0.2.3.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A binary serialisation library for Haskell values"
 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=('2bcee386d81f7606d7dad8a903ae39c9f5fda493caa08755f8f0ceabe24563bcba9bb28709972664370eef5987dfcd6957dee2444da8dbe5b8558edc0b0547ae')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *1.5/<2/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list