summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 979f74db1fe7..180ab8818be2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=pandoc-bin
-pkgver=3.0.1
+pkgver=3.1
pkgrel=1
pkgdesc="Pandoc - executable only, without 750MB Haskell depends/makedepends"
url="https://pandoc.org"
-license=("GPLv2+")
+license=("GPL2")
arch=('x86_64' 'aarch64')
-conflicts=("pandoc")
+conflicts=("pandoc" "pandoc-cli")
provides=("pandoc=$pkgver")
optdepends=('texlive-core: for pdf output')
@@ -14,9 +14,9 @@ source=("$pkgname-source-$pkgver.tar.gz::https://github.com/jgm/pandoc/archive/$
source_x86_64=("$pkgname-bin-$pkgver.tar.gz::https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-linux-amd64.tar.gz")
source_aarch64=("$pkgname-bin-$pkgver.tar.gz::https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-linux-arm64.tar.gz")
-sha256sums=('d8b45c3d8434c03db7cd6c571664a2a0a0ba906bfee3b8d82470103978ddc4ce')
-sha256sums_x86_64=('b8b0051a3c27ab5802bb2a091c8dd5cdb6588ce7356a6d5c4e64fbf02225da04')
-sha256sums_aarch64=('4e3441ed831f63eb624ba4080a1fbdaa4697390d6494973d0c4f2e5ba109e573')
+sha256sums=('c83649ad51ce4479ed6791b1d8578b82312b01d6fba1bbb3294587fa3caf0879')
+sha256sums_x86_64=('37de6be90055d9a7e1b4e3384cd7fc4c42e138a77f62ddeec12f362bfa3ee18e')
+sha256sums_aarch64=('501d66de88c6e9d143e6631ded152ced7421bc32b6f16cadab18b2064916fe63')
package() {
cd "${srcdir}/pandoc-${pkgver}"