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

Felix Yan felixonmars at archlinux.org
Sat Feb 17 16:28:50 UTC 2018


    Date: Saturday, February 17, 2018 @ 16:28:49
  Author: felixonmars
Revision: 296109

upgpkg: pandoc-crossref 0.3.0.1-36

rebuild with pandoc,2.1.1 pandoc-citeproc,0.13.0.1 hakyll,4.11.0.0 skylighting,0.6

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-17 16:27:41 UTC (rev 296108)
+++ PKGBUILD	2018-02-17 16:28:49 UTC (rev 296109)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.0.1
-pkgrel=35
+pkgrel=36
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname}"
 license=("GPL2")
@@ -13,12 +13,16 @@
          'haskell-data-accessor-transformers' 'haskell-file-embed' 'haskell-mtl'
          'haskell-open-browser' 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types'
          'haskell-roman-numerals' 'haskell-syb' 'haskell-text' 'haskell-utility-ht')
-makedepends=('ghc')
+makedepends=('ghc' 'haskell-hspec')
 conflicts=('haskell-pandoc-crossref')
 replaces=('haskell-pandoc-crossref')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz")
 sha512sums=('9484b50cb01bad33687d4787f48878899d59eeaddd6714ac324e37be5bd20a313f246cafce1d7fba36432fd99cb75f10d4efba5ebd9b0def87dc77410c912b13')
 
+prepare() {
+    sed -i 's/pandoc ==2.0.*/pandoc/' $pkgname-$pkgver/$pkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
 



More information about the arch-commits mailing list