summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshwin Vishnu2021-06-01 14:54:28 +0200
committerAshwin Vishnu2021-06-01 14:54:28 +0200
commitff3a7d2766abcd6742cc2f0641aabccc693dfe45 (patch)
treed1ce90a17f582906f30fbae74ee7d1c62009c71c
parente4e2cf9cbdef6b748bd6fea66456cc22a089c0b0 (diff)
downloadaur-ff3a7d2766abcd6742cc2f0641aabccc693dfe45.tar.gz
Veriosn 0.3.11.0 for pandoc 2.14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f857d2e5ff0..cbabd187e60f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = haskell-pandoc-crossref-bin
pkgdesc = Pandoc filter for cross-references - executable only
- pkgver = 0.3.10.0a
+ pkgver = 0.3.11.0
pkgrel = 1
url = https://hackage.haskell.org/package/pandoc-crossref
arch = x86_64
license = GPL2
- depends = pandoc-bin>=2.13
+ depends = pandoc-bin>=2.14
provides = pandoc-crossref
conflicts = pandoc-crossref
replaces = pandoc-crossref-bin
replaces = pandoc-crossref-static
replaces = pandoc-crossref-lite
- source = pandoc-crossref-0.3.10.0a.tar.xz::https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.10.0a/pandoc-crossref-Linux.tar.xz
- sha256sums = 1041676f46ad32420c18239c481675add3df9470e59c3997f58a34f5bbc0ae37
+ source = pandoc-crossref-0.3.11.0.tar.xz::https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.11.0/pandoc-crossref-Linux.tar.xz
+ sha256sums = eca741b75d909a60b8ab52653d4b8797058ec90ae168f10189ea94b6b6cd5f5e
pkgname = haskell-pandoc-crossref-bin
diff --git a/PKGBUILD b/PKGBUILD
index e57dd8b638a2..c5af563a337e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=haskell-pandoc-crossref-bin
_pkgname=pandoc-crossref
-pkgver=0.3.10.0a
-_pandoc_pkgver=2.13
+pkgver=0.3.11.0
+_pandoc_pkgver=2.14
pkgrel=1
pkgdesc="Pandoc filter for cross-references - executable only"
url="https://hackage.haskell.org/package/${_pkgname}"
@@ -15,7 +15,7 @@ depends=("pandoc-bin>=${_pandoc_pkgver}")
source=(
"pandoc-crossref-${pkgver}.tar.xz::https://github.com/lierdakil/pandoc-crossref/releases/download/v${pkgver}/pandoc-crossref-Linux.tar.xz"
)
-sha256sums=('1041676f46ad32420c18239c481675add3df9470e59c3997f58a34f5bbc0ae37')
+sha256sums=('eca741b75d909a60b8ab52653d4b8797058ec90ae168f10189ea94b6b6cd5f5e')
package() {
cd "${srcdir}"