[arch-commits] Commit in haskell-text-show/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Apr 1 16:40:51 UTC 2020
Date: Wednesday, April 1, 2020 @ 16:40:51
Author: felixonmars
Revision: 609007
upgpkg: haskell-text-show 3.8.5-5: rebuild with QuickCheck 2.14
Modified:
haskell-text-show/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-01 16:31:48 UTC (rev 609006)
+++ PKGBUILD 2020-04-01 16:40:51 UTC (rev 609007)
@@ -3,7 +3,7 @@
_hkgname=text-show
pkgname=haskell-text-show
pkgver=3.8.5
-pkgrel=4
+pkgrel=5
pkgdesc="Efficient conversion of values into Text"
url="https://github.com/RyanGlScott/text-show"
license=('BSD')
@@ -17,7 +17,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i '/bytestring-builder/d' $_hkgname.cabal
+ sed -i -e '/bytestring-builder/d' -e 's/< *2.14/<3/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list