summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-12-13 12:59:46 +0300
committerCaleb Maclennan2023-12-13 12:59:46 +0300
commit13823f7b9d30ea811e6fa94107b88c5bce09f4ed (patch)
tree41c8b086986b839ebd571d91ddc63b998e89e9a2
parentb5a9255e28260e46de2f54ba948c81673f6e35bb (diff)
downloadaur-13823f7b9d30ea811e6fa94107b88c5bce09f4ed.tar.gz
upgpkg: pandoc-sile-git 3.1.10.r10.gb26e24b-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb9f7e4843be..2eec89dbee77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pandoc-sile-git
pkgdesc = Conversion between markup formats (sile fork, static build)
- pkgver = 3.1.9.r10.gcad7575
+ pkgver = 3.1.10.r10.gb26e24b
pkgrel = 1
url = https://pandoc.org
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = pandoc-sile-git
optdepends = pandoc-citeproc: for citation rendering with pandoc-citeproc filter
optdepends = pandoc-crossref: for numbering figures, equations, tables and cross-references to them with pandoc-crossref filter
optdepends = texlive-core: for pdf output
- provides = pandoc=3.1.9
+ provides = pandoc=3.1.10
conflicts = pandoc-cli
conflicts = haskell-pandoc
- source = git+https://github.com/alerque/pandoc.git#branch=sile-3.1.9
+ source = git+https://github.com/alerque/pandoc.git#branch=sile-3.1.10
sha512sums = SKIP
pkgname = pandoc-sile-git
diff --git a/PKGBUILD b/PKGBUILD
index 3802ace42d7a..7a89946b8415 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pkgname=pandoc
pkgname=$_pkgname-sile-git
-_pkgver=3.1.9
-pkgver=3.1.9.r10.gcad7575
+_pkgver=3.1.10
+pkgver=3.1.10.r10.gb26e24b
pkgrel=1
pkgdesc='Conversion between markup formats (sile fork, static build)'
url='https://pandoc.org'
@@ -41,5 +41,5 @@ package() {
cd "$_pkgname"
find ./ -path '*/dist/*' -type f -name pandoc -perm /u+x \
-execdir install -Dm755 -t "$pkgdir/usr/bin/" {} \;
- install -Dm644 -t "$pkgdir/usr/share/man/man1/" man/pandoc.1
+ install -Dm644 -t "$pkgdir/usr/share/man/man1/" pandoc-cli/man/pandoc.1
}