[arch-commits] Commit in haskell-psqueues/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Mar 31 23:05:42 UTC 2020
Date: Tuesday, March 31, 2020 @ 23:05:41
Author: felixonmars
Revision: 608523
upgpkg: haskell-psqueues 0.2.7.2-26: rebuild with QuickCheck 2.14
Modified:
haskell-psqueues/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-31 23:03:58 UTC (rev 608522)
+++ PKGBUILD 2020-03-31 23:05:41 UTC (rev 608523)
@@ -4,7 +4,7 @@
_hkgname=psqueues
pkgname=haskell-psqueues
pkgver=0.2.7.2
-pkgrel=25
+pkgrel=26
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=('cc70bc22568d24b8618d43be7a2261ab7b55005e7e68a49a4d09b323e03954c05fe8d4de2c344760cdfef26b04bc6937bc331f7e310e1bc9b6b512068eed3be3')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/< *2.14/<3/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list