summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgesh2024-09-10 22:10:33 +0300
committergesh2024-09-10 22:11:42 +0300
commit28a6db8edc8924e42a73c1d810c46e27607caea8 (patch)
tree0afd2dfef202c1456d7fb4420c1fd3c5c33807d2
parente227951720c464f8a818b5bb46fcbf774e2a51b9 (diff)
downloadaur-28a6db8edc8924e42a73c1d810c46e27607caea8.tar.gz
verbump: pandoc 3.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD19
2 files changed, 17 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 470f56322963..c4d431867d1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pandoc-crossref-static-git
pkgdesc = Pandoc filter for cross-references (static build)
- pkgver = 0.3.17.1.r9.g56c14dc
+ pkgver = 0.3.17.1.r13.g42b9955
pkgrel = 1
url = https://github.com/lierdakil/pandoc-crossref
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = pandoc-crossref-static-git
makedepends = stack
makedepends = pandoc
makedepends = yq
- depends = pandoc=3.3
+ depends = pandoc=3.4
provides = pandoc-crossref=0.3.17.1
conflicts = pandoc-crossref
replaces = pandoc-crossref-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2271888331ad..5a9355a060f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
pkgname=pandoc-crossref-static-git
_pkgname="${pkgname%-static-git}"
-pkgver=0.3.17.1.r9.g56c14dc
-_pandoc_type=stock
-_pandoc_ver=3.3
-_pandoc_commit=9a778e01ccfeaa1ff4defe88032ad4f701657fb8
+pkgver=0.3.17.1.r13.g42b9955
+_pandoc_type=version
+_pandoc_ver=3.4
+_pandoc_commit=687155e2bd7f52f36baab0fec7230e12dafcb86f
pkgrel=1
pkgdesc="Pandoc filter for cross-references (static build)"
url="https://github.com/lierdakil/pandoc-crossref"
@@ -75,6 +75,17 @@ prepare() {
_pandoc_bound=$(awk -F. '/[0-9]+\./{$NF++;print}' OFS=. <<<"${_pandoc_ver}")
sed -i "/pandoc.*< \?$_pandoc_ver/s#< \?[0-9.]*#<$_pandoc_bound#" \
pandoc-crossref.cabal package.yaml
+
+ _bumpVer Cabal 3.12.1.0
+ _bumpVer Cabal-syntax 3.12.1.0
+ _bumpVer doclayout 0.5
+ _bumpVer doctemplates 0.11.0.1
+ _bumpVer hslua-module-doclayout 1.1.1.2@rev:1
+ _bumpVer pandoc-lua-engine 0.3.2
+ _bumpVer skylighting 0.14.3
+ _bumpVer skylighting-core 0.14.3
+ _bumpVer texmath 0.12.8.10
+ _bumpVer typst 0.6
}
build() {