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

Felix Yan felixonmars at archlinux.org
Mon Mar 29 23:37:31 UTC 2021


    Date: Monday, March 29, 2021 @ 23:37:30
  Author: felixonmars
Revision: 910326

upgpkg: pandoc-crossref 0.3.10.0-19: rebuild with pandoc 2.13

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-29 23:33:29 UTC (rev 910325)
+++ PKGBUILD	2021-03-29 23:37:30 UTC (rev 910326)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.10.0
-pkgrel=18
+pkgrel=19
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname}"
 license=("GPL2")
@@ -12,12 +12,17 @@
          'haskell-data-accessor-transformers' 'haskell-gitrev' 'haskell-open-browser'
          'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 'haskell-roman-numerals'
          'haskell-syb' 'haskell-utility-ht')
-makedepends=('ghc' 'haskell-hspec')
+makedepends=('ghc' 'uusi' '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=('5f8967371ae3e003e7157184a5e9903133120b5ccada58904a7c3bf8dabc284c0a73d1a34902a349ee1d752e27477ece2944f78820e48bee0f7cac42e29ab87a')
 
+prepare() {
+    cd $pkgname-$pkgver
+    uusi -u pandoc $pkgname.cabal
+}
+
 build() {
     cd $pkgname-$pkgver
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \



More information about the arch-commits mailing list