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

Felix Yan felixonmars at archlinux.org
Wed Jun 10 08:11:30 UTC 2020


    Date: Wednesday, June 10, 2020 @ 08:11:28
  Author: felixonmars
Revision: 641220

upgpkg: haskell-trifecta 2.1-45: rebuild with doctest 0.17

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-10 08:10:01 UTC (rev 641219)
+++ PKGBUILD	2020-06-10 08:11:28 UTC (rev 641220)
@@ -4,7 +4,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=2.1
-pkgrel=44
+pkgrel=45
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="https://github.com/ekmett/trifecta/"
 license=("BSD")
@@ -19,7 +19,7 @@
 sha512sums=('0929ee4a3d9a53c211b13a711814b4b6ea488ad40f373befdc7e8a479b2a95c4e97a19381873af54d377ff2af49782677fa2ea892ea69522c242e245debd3a25')
 
 prepare() {
-    sed -i -e '/semigroups/d' $_hkgname-$pkgver/$_hkgname.cabal
+    sed -i -e '/semigroups/d;s/< *0.17/<1/' $_hkgname-$pkgver/$_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list