summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgesh2024-02-03 19:56:30 +0200
committergesh2024-02-03 19:56:42 +0200
commit695e0d6393678080ea814a1867ad477184737c16 (patch)
tree978804a9904fa63e280f76345d1d51990cd144b8
parent1e2050cd037a6974d4f28bf58e337f8b22122214 (diff)
downloadaur-695e0d6393678080ea814a1867ad477184737c16.tar.gz
verbump: pandoc 3.1.11.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD16
-rw-r--r--ver-bump.patch72
3 files changed, 14 insertions, 84 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2823e5994754..5d119f7198e5 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.17.0.r0.g2e11975
- pkgrel = 5
+ pkgver = 0.3.17.0b.r2.ga428e2d
+ pkgrel = 1
url = https://github.com/lierdakil/pandoc-crossref
arch = x86_64
license = GPL2
makedepends = stack
makedepends = pandoc
- depends = pandoc=3.1.11
- provides = pandoc-crossref=0.3.17.0
+ depends = pandoc=3.1.11.1
+ provides = pandoc-crossref=0.3.17.0b
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 = e1b28f87f32b96f87f9d0657de2cebe18464348b5194cac281a0ecf5c35c45fd
+ sha256sums = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
pkgname = pandoc-crossref-static-git
diff --git a/PKGBUILD b/PKGBUILD
index fa19363706f7..e994e9e50cc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
pkgname=pandoc-crossref-static-git
_pkgname="${pkgname%-static-git}"
-pkgver=0.3.17.0.r0.g2e11975
+pkgver=0.3.17.0b.r2.ga428e2d
_pandoc_type=version
-_pandoc_ver=3.1.11
-_pandoc_commit=c3038dcd54152c4e18e49db31676b79ee7cc29b2
-pkgrel=5
+_pandoc_ver=3.1.11.1
+_pandoc_commit=714ed52213fd6649350ccebe741caefc11cc5a04
+pkgrel=1
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'
- 'e1b28f87f32b96f87f9d0657de2cebe18464348b5194cac281a0ecf5c35c45fd')
+ 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
pkgver() {
cd "$pkgname"
@@ -34,17 +34,19 @@ prepare() {
# if pandoc updates break the golden tests, cf
# https://github.com/lierdakil/pandoc-crossref/pull/403#issuecomment-1732434519
# for how to bump
+ verPat='\([0-9]\+\.\)\{1,3\}[0-9]\+'
sedscript=''
case "$_pandoc_type" in
stock) return;;
commit)
- sedscript='/ pandoc-\([0-9]\+\.\)\{1,3\}[0-9]\+/{'
+ sedscript+="/ pandoc-$verPat/{"
sedscript+='s#pandoc.*#github: jgm/pandoc#;'
sedscript+="a\ commit: $_pandoc_commit"$'\n'
sedscript+='}'
;;
version)
- sedscript="s/ pandoc-\([0-9]\+\.\)\{1,3\}[0-9]\+/ pandoc-$_pandoc_ver/"
+ sedscript+="s/ pandoc-$verPat/ pandoc-$_pandoc_ver/;"
+ sedscript+="s/ pandoc-cli-$verPat/ pandoc-cli-$_pandoc_ver/;"
;;
esac
sed -i "$sedscript" stack.yaml
diff --git a/ver-bump.patch b/ver-bump.patch
index 322ad091ec91..e69de29bb2d1 100644
--- a/ver-bump.patch
+++ b/ver-bump.patch
@@ -1,72 +0,0 @@
-diff --git a/stack.yaml b/stack.yaml
-index e8ba7e4..bb6efff 100644
---- a/stack.yaml
-+++ b/stack.yaml
-@@ -1,5 +1,5 @@
- # THIS FILE IS GENERATED, DO NOT EDIT DIRECTLY
--resolver: ghc-9.6.2
-+resolver: ghc-9.6.3
- allow-newer: false
- flags:
- pandoc-crossref:
-@@ -14,6 +14,7 @@ ghc-options:
- packages:
- - .
- extra-deps:
-+- Cabal-3.10.2.1
- - Cabal-syntax-3.10.1.0
- - Glob-0.10.2
- - HUnit-1.6.2.0
-@@ -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-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.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.6
- - text-2.0.2
- - text-conversions-0.3.1.1
- - text-short-0.1.5
-@@ -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-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