[arch-commits] Commit in haskell-insert-ordered-containers/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed May 13 04:48:54 UTC 2020


    Date: Wednesday, May 13, 2020 @ 04:48:54
  Author: felixonmars
Revision: 627275

upgpkg: haskell-insert-ordered-containers 0.2.3.1-5: rebuild with tasty 1.3

Modified:
  haskell-insert-ordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-13 00:18:10 UTC (rev 627274)
+++ PKGBUILD	2020-05-13 04:48:54 UTC (rev 627275)
@@ -3,7 +3,7 @@
 _hkgname=insert-ordered-containers
 pkgname=haskell-insert-ordered-containers
 pkgver=0.2.3.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Associative containers retating insertion order for traversals."
 url="https://github.com/phadej/insert-ordered-containers"
 license=('BSD')
@@ -16,7 +16,7 @@
 sha512sums=('38455a09de253d1082f09aa75f1cd8cc899c7412b51bb3e3e1eaa6a1caa50a8430c0d89c57b9392fc6aba62301add9056c231e1f83c755a8300423de7a980e6e')
 
 prepare() {
-    sed -e '/semigroups/d' \
+    sed -e '/semigroups/d;s/< *1.3/<2/' \
         -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
 }
 



More information about the arch-commits mailing list