summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgesh2023-12-11 16:22:07 +0200
committergesh2023-12-11 16:25:04 +0200
commitde5f9f49088dab407ce0fbf61ba54926b9e4c451 (patch)
treebb4097fb2b1829c278f662989e8bc59f6c8ed06a
parent6444a9d4aa973a36936aa9ba81f8b90f2d759745 (diff)
downloadaur-de5f9f49088dab407ce0fbf61ba54926b9e4c451.tar.gz
55227a2: Man page moved
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 275a14fab37a..63a62d8f9c35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pandoc-static-git
pkgdesc = Conversion between markup formats (static build, dynamic Lua support)
- pkgver = 3.1.3.r7.gb1a78b0dd
+ pkgver = 3.1.9.r75.g42091d1e1
pkgrel = 1
url = https://pandoc.org
arch = x86_64
license = GPL
makedepends = stack>=1.7.0
optdepends = texlive-core: for pdf output
- provides = pandoc=3.1.3
+ provides = pandoc=3.1.9
conflicts = haskell-pandoc
conflicts = pandoc
conflicts = pandoc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5b6444b29e64..057066a85e4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ shopt -s extglob
pkgname=pandoc-static-git
_pkgname="${pkgname%-static-git}"
-pkgver=3.1.3.r7.gb1a78b0dd
+pkgver=3.1.9.r75.g42091d1e1
pkgrel=1
pkgdesc='Conversion between markup formats (static build, dynamic Lua support)'
url='https://pandoc.org'
@@ -52,5 +52,6 @@ package() {
cd "$_pkgname"
find ./ -path '*/dist/*' -type f -name pandoc -perm /u+x \
-execdir install -Dm755 -t "$pkgdir/usr/bin/" {} \;
- install -Dm644 man/pandoc.1 "${pkgdir}"/usr/share/man/man1/pandoc.1
+ install -Dm644 pandoc-cli/man/pandoc.1 \
+ "${pkgdir}"/usr/share/man/man1/pandoc.1
}