summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Kitching2020-08-26 13:46:53 +0800
committerChris Kitching2020-08-26 13:46:53 +0800
commited640ed8f56e3a62e0fd8d05afab18706261c0bc (patch)
treeaa25a934284585e1d22dfb698fcc70fd6b5934a0
parent9a3149c2d3f5ae45ed7644742f8a4308cba4dd7c (diff)
downloadaur-ed640ed8f56e3a62e0fd8d05afab18706261c0bc.tar.gz
v2.10.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 784e7472bc6a..7b017dc58e7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pandoc-bin
pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends
- pkgver = 2.10
+ pkgver = 2.10.1
pkgrel = 1
url = http://pandoc.org
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = pandoc-bin
conflicts = pandoc
replaces = pandoc-static
replaces = pandoc-lite
- source = https://github.com/jgm/pandoc/releases/download/2.10/pandoc-2.10-linux-amd64.tar.gz
- source = https://github.com/jgm/pandoc/archive/2.10.tar.gz
- sha256sums = adc2f0355f3225cd9ea131e81c5c36c40ff92e2221920d45287f099d336f9cc6
- sha256sums = 7efa5951df06d4eab29add81544e31df0a5c7a11fb82c87c8e4bf0f13b0a99f5
+ source = https://github.com/jgm/pandoc/releases/download/2.10.1/pandoc-2.10.1-linux-amd64.tar.gz
+ source = https://github.com/jgm/pandoc/archive/2.10.1.tar.gz
+ sha256sums = a3ab481ad53f5568d7ec5263fbdd3478fb320d13b5d61a92fb5cee410186bd86
+ sha256sums = e1bbcccbb7fa645c14e4ff66742d112fbb5d4de1bd0eaf5add0d283304ef4e86
pkgname = pandoc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 82b381d3fd3b..ba6cc89b9e36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pandoc-bin
-pkgver=2.10
+pkgver=2.10.1
pkgrel=1
pkgdesc="Pandoc - executable only, without 750MB Haskell depends/makedepends"
url="http://pandoc.org"
@@ -19,8 +19,8 @@ source=(
# The binary release doesn't have the datafiles, so we need to yoink those out of the source tarball, too.
"https://github.com/jgm/pandoc/archive/${pkgver}.tar.gz"
)
-sha256sums=('adc2f0355f3225cd9ea131e81c5c36c40ff92e2221920d45287f099d336f9cc6'
- '7efa5951df06d4eab29add81544e31df0a5c7a11fb82c87c8e4bf0f13b0a99f5')
+sha256sums=('a3ab481ad53f5568d7ec5263fbdd3478fb320d13b5d61a92fb5cee410186bd86'
+ 'e1bbcccbb7fa645c14e4ff66742d112fbb5d4de1bd0eaf5add0d283304ef4e86')
package() {
cd "${srcdir}/pandoc-${pkgver}"