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

Felix Yan felixonmars at archlinux.org
Tue May 12 09:30:21 UTC 2020


    Date: Tuesday, May 12, 2020 @ 09:30:20
  Author: felixonmars
Revision: 626628

upgpkg: haskell-psqueues 0.2.7.2-28: rebuild with tasty 1.3

Modified:
  haskell-psqueues/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-12 09:27:25 UTC (rev 626627)
+++ PKGBUILD	2020-05-12 09:30:20 UTC (rev 626628)
@@ -4,7 +4,7 @@
 _hkgname=psqueues
 pkgname=haskell-psqueues
 pkgver=0.2.7.2
-pkgrel=27
+pkgrel=28
 pkgdesc="Pure priority search queues"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -17,7 +17,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *2.14/<3/' $_hkgname.cabal
+    sed -i 's/< *2.14/<3/;s/< *1.3/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list