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

Felix Yan felixonmars at archlinux.org
Wed Jun 16 21:51:41 UTC 2021


    Date: Wednesday, June 16, 2021 @ 21:51:41
  Author: felixonmars
Revision: 964339

upgpkg: pandoc-crossref 0.3.12.0-1

Modified:
  pandoc-crossref/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-16 21:47:04 UTC (rev 964338)
+++ PKGBUILD	2021-06-16 21:51:41 UTC (rev 964339)
@@ -2,14 +2,14 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=pandoc-crossref
-pkgver=0.3.11.0
-pkgrel=12
+pkgver=0.3.12.0
+pkgrel=1
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname}"
 license=("GPL2")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 'haskell-data-accessor-template'
-         'haskell-data-accessor-transformers' 'haskell-gitrev' 'haskell-open-browser'
+depends=('ghc-libs' 'haskell-data-default' 'haskell-gitrev' 'haskell-microlens'
+         'haskell-microlens-mtl' 'haskell-microlens-th' 'haskell-open-browser'
          'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 'haskell-roman-numerals'
          'haskell-syb' 'haskell-utility-ht')
 makedepends=('ghc' 'haskell-hspec')
@@ -16,7 +16,7 @@
 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=('b30ad0c252477f1fb1cc486c9223be92aa993dfa8daf4e6f601cd2054ab52a0cac5657a3ef017f10156b318a460ba8aa48fc9231d902b3a2061f28578b2455b4')
+sha512sums=('5e2dbd5d63d0a6b295da9efc97273d3d2c9a08f50ddda3df3f1df31b112be082233011e632c551be34043d50114f7d2373219ef68ffa1fa59a9fb4d31b9351d5')
 
 build() {
     cd $pkgname-$pkgver



More information about the arch-commits mailing list