[arch-commits] Commit in pandoc-crossref/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu May 31 06:29:05 UTC 2018
Date: Thursday, May 31, 2018 @ 06:29:03
Author: felixonmars
Revision: 334226
upgpkg: pandoc-crossref 0.3.2.0-29
rebuild with temporary 1.3
Modified:
pandoc-crossref/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-31 06:26:19 UTC (rev 334225)
+++ PKGBUILD 2018-05-31 06:29:03 UTC (rev 334226)
@@ -4,7 +4,7 @@
pkgname=pandoc-crossref
pkgver=0.3.2.0
-pkgrel=28
+pkgrel=29
pkgdesc="Pandoc filter for cross-references"
url="https://hackage.haskell.org/package/${pkgname}"
license=("GPL2")
@@ -21,7 +21,7 @@
prepare() {
cd $pkgname-$pkgver
- sed -i 's/base >=4.11/base >=4/' $pkgname.cabal
+ sed -i 's/<.*1.3/<2/' $pkgname.cabal
sed -i '/import Text.Pandoc$/a import Text.Pandoc.Builder' src/pandoc-crossref.hs
}
More information about the arch-commits
mailing list