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

Felix Yan felixonmars at archlinux.org
Wed Dec 21 16:06:46 UTC 2016


    Date: Wednesday, December 21, 2016 @ 16:06:45
  Author: felixonmars
Revision: 200828

upgpkg: pandoc-crossref 0.2.4.1-14

rebuild with hakyll-4.9.2.0, pandoc-1.19.1, pandoc-citeproc-0.10.3, texmath-0.9

Modified:
  pandoc-crossref/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-21 16:04:22 UTC (rev 200827)
+++ PKGBUILD	2016-12-21 16:06:45 UTC (rev 200828)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.4.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgbase}"
 license=("GPL2")
@@ -16,6 +16,10 @@
 source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
 sha256sums=('2aa2266ac3916677c18bd9a88b99f32622c22c983abaed3598020913ca3912ed')
 
+prepare() {
+    sed -i 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' ${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
 build() {
     cd "${srcdir}/${pkgbase}-${pkgver}"
     



More information about the arch-commits mailing list