summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2023-11-04 11:26:16 -0700
committergustawho2023-11-04 11:26:16 -0700
commited4b96e7f6d86ec7d4dbca9584f84e6bab407c2d (patch)
tree6b8ce1bd71a13c17f0ec3490480e7a86f61d080f
parent7fc8aea435ecfd54210e39f1ae44e11109b38e44 (diff)
downloadaur-ed4b96e7f6d86ec7d4dbca9584f84e6bab407c2d.tar.gz
v3.1.9
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27ecd3c1afea..3b65ec1bf45b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = pandoc-bin
pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends
- pkgver = 3.1.8
+ pkgver = 3.1.9
pkgrel = 1
url = https://pandoc.org
arch = x86_64
arch = aarch64
license = GPL2
optdepends = texlive-core: for pdf output
- provides = pandoc=3.1.8
+ provides = pandoc=3.1.9
conflicts = pandoc
conflicts = pandoc-cli
- source = pandoc-bin-source-3.1.8.tar.gz::https://github.com/jgm/pandoc/archive/3.1.8.tar.gz
- sha256sums = c0bfd5973e9b335372c7e1a594499f2acc2e30e1035cc2c21bd3dc76904385a5
- source_x86_64 = pandoc-bin-bin-3.1.8.tar.gz::https://github.com/jgm/pandoc/releases/download/3.1.8/pandoc-3.1.8-linux-amd64.tar.gz
- sha256sums_x86_64 = c07923a65321b4246658635edce517ae6578abb65396bff914feef37bc48784b
- source_aarch64 = pandoc-bin-bin-3.1.8.tar.gz::https://github.com/jgm/pandoc/releases/download/3.1.8/pandoc-3.1.8-linux-arm64.tar.gz
- sha256sums_aarch64 = 0d5770582781059a24fa24a21aa888657ecbee601545b3339081166055572ad7
+ source = pandoc-bin-source-3.1.9.tar.gz::https://github.com/jgm/pandoc/archive/3.1.9.tar.gz
+ sha256sums = cf41392889f1cee2a593b52fd9abfcb6996a70bd7640db3c10ad915ce716c2a3
+ source_x86_64 = pandoc-bin-bin-3.1.9.tar.gz::https://github.com/jgm/pandoc/releases/download/3.1.9/pandoc-3.1.9-linux-amd64.tar.gz
+ sha256sums_x86_64 = 4d2ceae48a7fd49abb4e390988b0bb10999fbd47110f51af73755a35918d2c6c
+ source_aarch64 = pandoc-bin-bin-3.1.9.tar.gz::https://github.com/jgm/pandoc/releases/download/3.1.9/pandoc-3.1.9-linux-arm64.tar.gz
+ sha256sums_aarch64 = 3932f1b07993cdae3bcfa7523a8eb19654269d2c30e4ec16d93c4211980fe27a
pkgname = pandoc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8c2dac64f568..d81bba010045 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pandoc-bin
-pkgver=3.1.8
+pkgver=3.1.9
pkgrel=1
pkgdesc="Pandoc - executable only, without 750MB Haskell depends/makedepends"
url="https://pandoc.org"
@@ -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=('c0bfd5973e9b335372c7e1a594499f2acc2e30e1035cc2c21bd3dc76904385a5')
-sha256sums_x86_64=('c07923a65321b4246658635edce517ae6578abb65396bff914feef37bc48784b')
-sha256sums_aarch64=('0d5770582781059a24fa24a21aa888657ecbee601545b3339081166055572ad7')
+sha256sums=('cf41392889f1cee2a593b52fd9abfcb6996a70bd7640db3c10ad915ce716c2a3')
+sha256sums_x86_64=('4d2ceae48a7fd49abb4e390988b0bb10999fbd47110f51af73755a35918d2c6c')
+sha256sums_aarch64=('3932f1b07993cdae3bcfa7523a8eb19654269d2c30e4ec16d93c4211980fe27a')
package() {
cd "${srcdir}/pandoc-${pkgver}"