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

Felix Yan felixonmars at archlinux.org
Mon May 27 08:13:19 UTC 2019


    Date: Monday, May 27, 2019 @ 08:13:19
  Author: felixonmars
Revision: 471101

upgpkg: haskell-psqueues 0.2.7.1-6

rebuild with QuickCheck 2.13.1

Modified:
  haskell-psqueues/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-27 08:08:24 UTC (rev 471100)
+++ PKGBUILD	2019-05-27 08:13:19 UTC (rev 471101)
@@ -4,7 +4,7 @@
 _hkgname=psqueues
 pkgname=haskell-psqueues
 pkgver=0.2.7.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Pure priority search queues"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -15,6 +15,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('843845c41b65e7053658494d4f0bca48890fb8ccd1c765cdb11bad86036da6aac014f695388b67efb1f61c9e13938c2b3b1dd4932b3d41249fafb30734afe4c2')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *2.13/<3/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list