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

Felix Yan felixonmars at archlinux.org
Mon May 25 10:37:07 UTC 2020


    Date: Monday, May 25, 2020 @ 10:37:07
  Author: felixonmars
Revision: 634130

upgpkg: haskell-pandoc-types 1.20-37: rebuild with aeson 1.5.0.0

Modified:
  haskell-pandoc-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 10:34:02 UTC (rev 634129)
+++ PKGBUILD	2020-05-25 10:37:07 UTC (rev 634130)
@@ -4,7 +4,7 @@
 _hkgname=pandoc-types
 pkgname=haskell-pandoc-types
 pkgver=1.20
-pkgrel=36
+pkgrel=37
 pkgdesc="Types for representing a structured document"
 url="https://pandoc.org/"
 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.5/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list