summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2023-09-14 10:48:32 -0700
committergustawho2023-09-14 10:48:32 -0700
commit7fc8aea435ecfd54210e39f1ae44e11109b38e44 (patch)
tree2972fc41e5a636321d80f9b9f932c44491e08f13
parent48d47b7a146e9fd648aeb19ee7e3f55c12d97e6f (diff)
downloadaur-7fc8aea435ecfd54210e39f1ae44e11109b38e44.tar.gz
v3.1.8
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e54624885cfe..27ecd3c1afea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = pandoc-bin
pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends
- pkgver = 3.1.6.2
+ pkgver = 3.1.8
pkgrel = 1
url = https://pandoc.org
arch = x86_64
arch = aarch64
license = GPL2
optdepends = texlive-core: for pdf output
- provides = pandoc=3.1.6.2
+ provides = pandoc=3.1.8
conflicts = pandoc
conflicts = pandoc-cli
- source = pandoc-bin-source-3.1.6.2.tar.gz::https://github.com/jgm/pandoc/archive/3.1.6.2.tar.gz
- sha256sums = f614b9de4d42f1c12623e0effb4bc945cd2a2dc966a68d60206bed1bd1cbc097
- source_x86_64 = pandoc-bin-bin-3.1.6.2.tar.gz::https://github.com/jgm/pandoc/releases/download/3.1.6.2/pandoc-3.1.6.2-linux-amd64.tar.gz
- sha256sums_x86_64 = a9c84b765991891572b4b67525c184d501cabfc751e6de054c902bbc7b41ee50
- source_aarch64 = pandoc-bin-bin-3.1.6.2.tar.gz::https://github.com/jgm/pandoc/releases/download/3.1.6.2/pandoc-3.1.6.2-linux-arm64.tar.gz
- sha256sums_aarch64 = 7a7702428d5fb348aad4090397283bcbcc5305117bdc74b8263731bd8f200644
+ 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
pkgname = pandoc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1d5ea8724637..8c2dac64f568 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pandoc-bin
-pkgver=3.1.6.2
+pkgver=3.1.8
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=('f614b9de4d42f1c12623e0effb4bc945cd2a2dc966a68d60206bed1bd1cbc097')
-sha256sums_x86_64=('a9c84b765991891572b4b67525c184d501cabfc751e6de054c902bbc7b41ee50')
-sha256sums_aarch64=('7a7702428d5fb348aad4090397283bcbcc5305117bdc74b8263731bd8f200644')
+sha256sums=('c0bfd5973e9b335372c7e1a594499f2acc2e30e1035cc2c21bd3dc76904385a5')
+sha256sums_x86_64=('c07923a65321b4246658635edce517ae6578abb65396bff914feef37bc48784b')
+sha256sums_aarch64=('0d5770582781059a24fa24a21aa888657ecbee601545b3339081166055572ad7')
package() {
cd "${srcdir}/pandoc-${pkgver}"