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

Felix Yan felixonmars at archlinux.org
Mon Aug 24 19:43:21 UTC 2020


    Date: Monday, August 24, 2020 @ 19:43:20
  Author: felixonmars
Revision: 687780

upgpkg: haskell-hashable 1.3.0.0-15: rebuild with random 1.2.0

Modified:
  haskell-hashable/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-24 19:42:36 UTC (rev 687779)
+++ PKGBUILD	2020-08-24 19:43:20 UTC (rev 687780)
@@ -4,7 +4,7 @@
 _hkgname=hashable
 pkgname=haskell-hashable
 pkgver=1.3.0.0
-pkgrel=14
+pkgrel=15
 pkgdesc="Mutable hash tables in the ST monad"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('BSD')
@@ -18,7 +18,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *4.14/<5/' $_hkgname.cabal
+    sed -i 's/< *4.14/<5/;s/< *1.2/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list