summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--ver-bump.patch24
3 files changed, 7 insertions, 31 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa20cafd7493..89afb11016b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pandoc-crossref-static-git
pkgdesc = Pandoc filter for cross-references (static build)
- pkgver = 0.3.12.0c.r0.gfe8033c
+ pkgver = 0.3.12.0d.r0.g74dc777
pkgrel = 1
url = https://github.com/lierdakil/pandoc-crossref
arch = x86_64
license = GPL2
makedepends = stack
makedepends = pandoc
- depends = pandoc=2.15
- provides = pandoc-crossref=0.3.12.0c.r0.gfe8033c
+ depends = pandoc=2.16.1
+ provides = pandoc-crossref=0.3.12.0d.r0.g74dc777
conflicts = pandoc-crossref
replaces = pandoc-crossref-bin
replaces = pandoc-crossref-static
@@ -16,6 +16,6 @@ pkgbase = pandoc-crossref-static-git
source = pandoc-crossref-static-git::git+https://github.com/lierdakil/pandoc-crossref.git
source = ver-bump.patch
sha256sums = SKIP
- sha256sums = f10608b2271bc7ca6df5a6066755f6f779560d91c1aad842261636688da747a4
+ sha256sums = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
pkgname = pandoc-crossref-static-git
diff --git a/PKGBUILD b/PKGBUILD
index 0b405e99f8dd..bb4d87fc6df1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=pandoc-crossref-static-git
_pkgname="${pkgname%-static-git}"
-pkgver=0.3.12.0c.r0.gfe8033c
+pkgver=0.3.12.0d.r0.g74dc777
_pandoc_type=version
-_pandoc_ver=2.15
+_pandoc_ver=2.16.1
_pandoc_commit=c909d16cccbae92add6b1e2430ce9e6d51e0c7e5
pkgrel=1
pkgdesc="Pandoc filter for cross-references (static build)"
@@ -21,7 +21,7 @@ depends=("pandoc=$_pandoc_ver")
makedepends=('stack' 'pandoc')
source=("$pkgname::git+$url.git" ver-bump.patch)
sha256sums=('SKIP'
- 'f10608b2271bc7ca6df5a6066755f6f779560d91c1aad842261636688da747a4')
+ 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
pkgver() {
cd "$pkgname"
diff --git a/ver-bump.patch b/ver-bump.patch
index 05a6b82c1fc3..e69de29bb2d1 100644
--- a/ver-bump.patch
+++ b/ver-bump.patch
@@ -1,24 +0,0 @@
-diff --git a/stack.yaml b/stack.yaml
-index 39cbe07..178836f 100644
---- a/stack.yaml
-+++ b/stack.yaml
-@@ -8,12 +8,13 @@ packages:
- - .
- extra-deps:
- - roman-numerals-0.5.1.5
- - pandoc-2.14.2
--- citeproc-0.5
-+- citeproc-0.6
- - commonmark-pandoc-0.2.1.1
- - doctemplates-0.10
--- skylighting-0.11
--- skylighting-core-0.11
-+- skylighting-0.12
-+- skylighting-core-0.12
--- commonmark-0.2.1
-+- commonmark-0.2.1.1
--- texmath-0.12.3.1
-+- texmath-0.12.3.2
-+- happy-1.20.0
--resolver: lts-18.0
-+resolver: nightly-2021-10-26