upgpkg: pandoc-bin-3.8-1: new upstream release
This commit is contained in:
parent
0500ce425a
commit
63209030a8
2 changed files with 13 additions and 13 deletions
18
.SRCINFO
18
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = pandoc-bin
|
pkgbase = pandoc-bin
|
||||||
pkgdesc = Conversion between documentation formats
|
pkgdesc = Conversion between documentation formats
|
||||||
pkgver = 3.7.0.2
|
pkgver = 3.8
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://pandoc.org
|
url = https://pandoc.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
@ -15,14 +15,14 @@ pkgbase = pandoc-bin
|
||||||
optdepends = texlive-fontsrecommended: for pdf output using latex or xelatex engines
|
optdepends = texlive-fontsrecommended: for pdf output using latex or xelatex engines
|
||||||
optdepends = texlive-latex: for pdf output using pdflatex engine
|
optdepends = texlive-latex: for pdf output using pdflatex engine
|
||||||
optdepends = texlive-xetex: for pdf output using xelatex engine
|
optdepends = texlive-xetex: for pdf output using xelatex engine
|
||||||
provides = pandoc=3.7.0.2
|
provides = pandoc=3.8
|
||||||
provides = pandoc-cli=3.7.0.2
|
provides = pandoc-cli=3.8
|
||||||
conflicts = pandoc-cli
|
conflicts = pandoc-cli
|
||||||
source = pandoc-bin-3.7.0.2.tar.gz::https://github.com/jgm/pandoc/archive/3.7.0.2.tar.gz
|
source = pandoc-bin-3.8.tar.gz::https://github.com/jgm/pandoc/archive/3.8.tar.gz
|
||||||
b2sums = c8ca6d76e8a2bd3947fbce35d0268134c4c06245ff2bf57f547c2868bd0b552add550cb48d7472e465732d57588d696b9bf0f8a632fd55d078fb2bad7eab7f08
|
b2sums = 81a4ac5baf0ca46a140494d09a4658324ba2a1a2e7120b74507f797815f8969a006808d2a220e2591a71be4711a436dd0e53a427f6781ecb3db5708fd3818673
|
||||||
source_x86_64 = https://github.com/jgm/pandoc/releases/download/3.7.0.2/pandoc-3.7.0.2-linux-amd64.tar.gz
|
source_x86_64 = https://github.com/jgm/pandoc/releases/download/3.8/pandoc-3.8-linux-amd64.tar.gz
|
||||||
b2sums_x86_64 = e52e3f016e05e8786f07d06fde9bc39e0e3ae1b3e739403ef130aabbbdfa74fdad14dcefb919ef39eaf92e574a7caae9123badcee229b21a90c9096501554c33
|
b2sums_x86_64 = ec6f5a7e1f52fb86828917d2ba37b9d46852f75abf0339eab85c88c31de2e8a6263aaf56b713e62e02121675880313f16fc2debdfe0569f413d3f2275706a2d4
|
||||||
source_aarch64 = https://github.com/jgm/pandoc/releases/download/3.7.0.2/pandoc-3.7.0.2-linux-arm64.tar.gz
|
source_aarch64 = https://github.com/jgm/pandoc/releases/download/3.8/pandoc-3.8-linux-arm64.tar.gz
|
||||||
b2sums_aarch64 = 6c16c2e156e644ca785dc223885348ac0297e914a757a9ff7d1dbf3bdcace9b04c4ab34fda60a7db265860fd05614aedbc36e3cb65d409f846684adb3de41378
|
b2sums_aarch64 = afc20832edf71b6cd0da77f4300ec8f68dbec34bff01d9939187dfc17118466df8aed88f76475e5877637daf360d1e6606e477beff4762fd735e768477899955
|
||||||
|
|
||||||
pkgname = pandoc-bin
|
pkgname = pandoc-bin
|
||||||
|
|
|
||||||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Christian Schendel <doppelhelix@gmail.com>
|
# Maintainer: Christian Schendel <doppelhelix@gmail.com>
|
||||||
|
|
||||||
pkgname=pandoc-bin
|
pkgname=pandoc-bin
|
||||||
pkgver=3.7.0.2
|
pkgver=3.8
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Conversion between documentation formats"
|
pkgdesc="Conversion between documentation formats"
|
||||||
url="https://pandoc.org"
|
url="https://pandoc.org"
|
||||||
|
|
@ -36,9 +36,9 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/jgm/pandoc/archive/${pkgver
|
||||||
source_x86_64=("https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-linux-amd64.tar.gz")
|
source_x86_64=("https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-linux-amd64.tar.gz")
|
||||||
source_aarch64=("https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-linux-arm64.tar.gz")
|
source_aarch64=("https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-linux-arm64.tar.gz")
|
||||||
|
|
||||||
b2sums=('c8ca6d76e8a2bd3947fbce35d0268134c4c06245ff2bf57f547c2868bd0b552add550cb48d7472e465732d57588d696b9bf0f8a632fd55d078fb2bad7eab7f08')
|
b2sums=('81a4ac5baf0ca46a140494d09a4658324ba2a1a2e7120b74507f797815f8969a006808d2a220e2591a71be4711a436dd0e53a427f6781ecb3db5708fd3818673')
|
||||||
b2sums_x86_64=('e52e3f016e05e8786f07d06fde9bc39e0e3ae1b3e739403ef130aabbbdfa74fdad14dcefb919ef39eaf92e574a7caae9123badcee229b21a90c9096501554c33')
|
b2sums_x86_64=('ec6f5a7e1f52fb86828917d2ba37b9d46852f75abf0339eab85c88c31de2e8a6263aaf56b713e62e02121675880313f16fc2debdfe0569f413d3f2275706a2d4')
|
||||||
b2sums_aarch64=('6c16c2e156e644ca785dc223885348ac0297e914a757a9ff7d1dbf3bdcace9b04c4ab34fda60a7db265860fd05614aedbc36e3cb65d409f846684adb3de41378')
|
b2sums_aarch64=('afc20832edf71b6cd0da77f4300ec8f68dbec34bff01d9939187dfc17118466df8aed88f76475e5877637daf360d1e6606e477beff4762fd735e768477899955')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/pandoc-${pkgver}"
|
cd "${srcdir}/pandoc-${pkgver}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue