summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgesh2023-12-17 18:08:25 +0200
committergesh2023-12-17 18:08:25 +0200
commit1e2050cd037a6974d4f28bf58e337f8b22122214 (patch)
treec8be99ba816cc638a30413bad778e20a665af0f8
parent7d39174f44ffdbb3f6a64b2c32b572d321c3fdca (diff)
downloadaur-1e2050cd037a6974d4f28bf58e337f8b22122214.tar.gz
verbump: pandoc 3.1.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
-rw-r--r--ver-bump.patch37
3 files changed, 36 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed81b319667f..2823e5994754 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pandoc-crossref-static-git
pkgdesc = Pandoc filter for cross-references (static build)
pkgver = 0.3.17.0.r0.g2e11975
- pkgrel = 3
+ pkgrel = 5
url = https://github.com/lierdakil/pandoc-crossref
arch = x86_64
license = GPL2
makedepends = stack
makedepends = pandoc
- depends = pandoc=3.1.9
+ depends = pandoc=3.1.11
provides = pandoc-crossref=0.3.17.0
conflicts = pandoc-crossref
replaces = pandoc-crossref-bin
@@ -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 = d73aecbd100a0cb528ad8e2352cf1c686414ec4c3b7de50ed1d4d73cb7abec1a
+ sha256sums = e1b28f87f32b96f87f9d0657de2cebe18464348b5194cac281a0ecf5c35c45fd
pkgname = pandoc-crossref-static-git
diff --git a/PKGBUILD b/PKGBUILD
index ab9454514eae..fa19363706f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@ pkgname=pandoc-crossref-static-git
_pkgname="${pkgname%-static-git}"
pkgver=0.3.17.0.r0.g2e11975
_pandoc_type=version
-_pandoc_ver=3.1.9
-_pandoc_commit=9fcb0a0182d4dbb6bc60c8aad78218641e68c9c9
-pkgrel=3
+_pandoc_ver=3.1.11
+_pandoc_commit=c3038dcd54152c4e18e49db31676b79ee7cc29b2
+pkgrel=5
pkgdesc="Pandoc filter for cross-references (static build)"
url="https://github.com/lierdakil/pandoc-crossref"
license=("GPL2")
@@ -21,7 +21,7 @@ depends=("pandoc=$_pandoc_ver")
makedepends=('stack' 'pandoc')
source=("$pkgname::git+$url.git" ver-bump.patch)
sha256sums=('SKIP'
- 'd73aecbd100a0cb528ad8e2352cf1c686414ec4c3b7de50ed1d4d73cb7abec1a')
+ 'e1b28f87f32b96f87f9d0657de2cebe18464348b5194cac281a0ecf5c35c45fd')
pkgver() {
cd "$pkgname"
@@ -31,6 +31,9 @@ pkgver() {
prepare() {
cd "$pkgname"
patch --forward --strip=1 --input="${srcdir}/ver-bump.patch"
+ # if pandoc updates break the golden tests, cf
+ # https://github.com/lierdakil/pandoc-crossref/pull/403#issuecomment-1732434519
+ # for how to bump
sedscript=''
case "$_pandoc_type" in
stock) return;;
diff --git a/ver-bump.patch b/ver-bump.patch
index 11a92499373a..322ad091ec91 100644
--- a/ver-bump.patch
+++ b/ver-bump.patch
@@ -1,5 +1,5 @@
diff --git a/stack.yaml b/stack.yaml
-index e8ba7e4..a29485e 100644
+index e8ba7e4..bb6efff 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,5 +1,5 @@
@@ -13,45 +13,60 @@ index e8ba7e4..a29485e 100644
packages:
- .
extra-deps:
-+- Cabal-3.10.2.0
++- Cabal-3.10.2.1
- Cabal-syntax-3.10.1.0
- Glob-0.10.2
- HUnit-1.6.2.0
-@@ -62,8 +63,8 @@ extra-deps:
+@@ -62,9 +63,9 @@ extra-deps:
- cmdargs-0.10.22
- code-page-0.2.1
- colour-2.3.6
-- commonmark-0.2.3
-- commonmark-extensions-0.2.3.6
-+- commonmark-0.2.4
-+- commonmark-extensions-0.2.4
- - commonmark-pandoc-0.2.1.3
+-- commonmark-pandoc-0.2.1.3
++- commonmark-0.2.4.1
++- commonmark-extensions-0.2.5.1
++- commonmark-pandoc-0.2.2
- comonad-5.0.8
- conduit-1.3.5
+ - conduit-extra-1.3.6
@@ -162,7 +163,7 @@ extra-deps:
- open-browser-0.2.1.0
- optparse-applicative-0.18.1.0
- ordered-containers-0.2.3
-- pandoc-3.1.8
-+- pandoc-3.1.9
++- pandoc-3.1.11
- pandoc-cli-0.1.1.1
- pandoc-lua-engine-0.2.1.2
- pandoc-lua-marshal-0.2.2
+@@ -185,8 +186,8 @@ extra-deps:
+ - scientific-0.3.7.0
+ - semialign-1.3
+ - semigroupoids-6.0.0.1
+-- skylighting-0.14
+-- skylighting-core-0.14
++- skylighting-0.14.1
++- skylighting-core-0.14.1
+ - skylighting-format-ansi-0.1
+ - skylighting-format-blaze-html-0.1.1.1
+ - skylighting-format-context-0.1.0.2
@@ -203,7 +204,7 @@ extra-deps:
- tagsoup-0.14.8
- template-haskell-2.20.0.0
- temporary-1.3
-- texmath-0.12.8.3
-+- texmath-0.12.8.4
++- texmath-0.12.8.6
- text-2.0.2
- text-conversions-0.3.1.1
- text-short-0.1.5
-@@ -220,7 +221,7 @@ extra-deps:
+@@ -220,8 +221,8 @@ extra-deps:
- transformers-0.6.1.0
- transformers-compat-0.7.2
- typed-process-0.2.11.0
-- typst-0.3.2.0
-+- typst-0.3.2.1
- - typst-symbols-0.1.4
+-- typst-symbols-0.1.4
++- typst-0.5
++- typst-symbols-0.1.5
- unicode-collation-0.1.3.5
- unicode-data-0.4.0.1
+ - unicode-transforms-0.4.0.1