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

Felix Yan felixonmars at archlinux.org
Sun Mar 15 12:37:06 UTC 2020


    Date: Sunday, March 15, 2020 @ 12:37:06
  Author: felixonmars
Revision: 597950

upgpkg: haskell-concurrent-supply 0.1.8-10: rebuild with hashable 1.3.0.0

Modified:
  haskell-concurrent-supply/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-15 12:36:01 UTC (rev 597949)
+++ PKGBUILD	2020-03-15 12:37:06 UTC (rev 597950)
@@ -3,7 +3,7 @@
 _hkgname=concurrent-supply
 pkgname=haskell-concurrent-supply
 pkgver=0.1.8
-pkgrel=9
+pkgrel=10
 pkgdesc="A fast concurrent unique identifier supply with a pure API"
 url="https://github.com/ekmett/concurrent-supply"
 license=('BSD')
@@ -13,6 +13,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('23983e1fba2cc1331088c4f30be950a055e254ce443edef55e2f61ce208925665021768351072721b4c604ef1a8fb588c5e3390cc24ecc28ea91002c39590363')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *1.3/<2/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list