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

Felix Yan felixonmars at archlinux.org
Tue Aug 7 04:14:49 UTC 2018


    Date: Tuesday, August 7, 2018 @ 04:14:49
  Author: felixonmars
Revision: 370021

upgpkg: haskell-binary-tagged 0.1.5-20

rebuild with aeson 1.4.0.0

Modified:
  haskell-binary-tagged/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-07 04:05:41 UTC (rev 370020)
+++ PKGBUILD	2018-08-07 04:14:49 UTC (rev 370021)
@@ -5,7 +5,7 @@
 _hkgname=binary-tagged
 pkgname=haskell-binary-tagged
 pkgver=0.1.5
-pkgrel=19
+pkgrel=20
 pkgdesc="Tagged binary serialisation."
 url="https://github.com/phadej/binary-tagged#readme"
 license=("custom:BSD3")
@@ -17,6 +17,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('cc4b4797a0a90a826740263eebba5e75b5e0c3c7648cf63ee95a1a000ac1a8c9709e1e82f82e69b227f51f43953be5366a372223d4096163645cfd38663866bc')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/<.*1.4/<2/' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list