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

Felix Yan felixonmars at archlinux.org
Sun May 30 15:32:44 UTC 2021


    Date: Sunday, May 30, 2021 @ 15:32:44
  Author: felixonmars
Revision: 950412

upgpkg: pandoc-crossref 0.3.11.0-1: rebuild with citeproc 0.4, commonmark 0.2, commonmark-extensions 0.2.1, commonmark-pandoc 0.2.1, jira-wiki-markup 1.4.0, pandoc 2.14, pandoc-crossref 0.3.11.0

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-30 15:22:14 UTC (rev 950411)
+++ PKGBUILD	2021-05-30 15:32:44 UTC (rev 950412)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=pandoc-crossref
-pkgver=0.3.10.0
-pkgrel=49
+pkgver=0.3.11.0
+pkgrel=1
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname}"
 license=("GPL2")
@@ -12,17 +12,12 @@
          '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' 'uusi' 'haskell-hspec')
+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=('5f8967371ae3e003e7157184a5e9903133120b5ccada58904a7c3bf8dabc284c0a73d1a34902a349ee1d752e27477ece2944f78820e48bee0f7cac42e29ab87a')
+sha512sums=('b30ad0c252477f1fb1cc486c9223be92aa993dfa8daf4e6f601cd2054ab52a0cac5657a3ef017f10156b318a460ba8aa48fc9231d902b3a2061f28578b2455b4')
 
-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