summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgsc2020-03-20 21:05:14 +0800
committergsc2020-03-20 21:05:14 +0800
commitc13753620cb2f467fb8ab0ac46c1a9f7a17aa95a (patch)
tree74ebb50a7620ff225fa1a2ac2492f707eafb87a5
parent7c2de0b59efe20a85b0ee949833060910b4e80c2 (diff)
downloadaur-c13753620cb2f467fb8ab0ac46c1a9f7a17aa95a.tar.gz
upd
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93ef3abdadd0..6315fa53dfd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pandoc-bin
pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends
- pkgver = 2.9.1.1
+ pkgver = 2.9.2
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.9.1.1/pandoc-2.9.1.1-linux-amd64.tar.gz
- source = https://github.com/jgm/pandoc/archive/2.9.1.1.tar.gz
- sha256sums = 80ffb2455ed24b9211d5a12cba21c3bc4defd28d4fabdbf4e1fb9baa42c438e5
- sha256sums = df776d5f27239fce9de6198b14c2bf3afce7bdc2ce77b0aace82431e3cedd08f
+ source = https://github.com/jgm/pandoc/releases/download/2.9.2/pandoc-2.9.2-linux-amd64.tar.gz
+ source = https://github.com/jgm/pandoc/archive/2.9.2.tar.gz
+ sha256sums = 039f155b6166c1e268479bcb06af2dba99eb7795cbff7b3c13b4875388195d08
+ sha256sums = 06ffc031471c0edc26e40d14574830e3ab289dda22504b0d8361fbfb1a83cc30
pkgname = pandoc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0ae817e83fde..1326a33a7d4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pandoc-bin
-pkgver=2.9.1.1
+pkgver=2.9.2
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=('80ffb2455ed24b9211d5a12cba21c3bc4defd28d4fabdbf4e1fb9baa42c438e5'
- 'df776d5f27239fce9de6198b14c2bf3afce7bdc2ce77b0aace82431e3cedd08f')
+sha256sums=('039f155b6166c1e268479bcb06af2dba99eb7795cbff7b3c13b4875388195d08'
+ '06ffc031471c0edc26e40d14574830e3ab289dda22504b0d8361fbfb1a83cc30')
package() {
cd "${srcdir}/pandoc-${pkgver}"