summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshi chao gao2019-02-01 11:14:45 +0800
committershi chao gao2019-02-01 11:14:45 +0800
commit03bae00ed7c9ddbc955813c0298c19d875e197cb (patch)
treef49e7d7836e254faf62a0521ffa791b46d7cc4a0
parente5fa01dc90890b3b0ddcfd26604e7be1e8f79a1b (diff)
downloadaur-03bae00ed7c9ddbc955813c0298c19d875e197cb.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 c87d9b2a2438..5fb75a594537 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pandoc-bin
pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends
- pkgver = 2.5
+ pkgver = 2.6
pkgrel = 1
url = http://pandoc.org
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = pandoc-bin
conflicts = pandoc
replaces = pandoc-static
replaces = pandoc-lite
- source = https://github.com/jgm/pandoc/releases/download/2.5/pandoc-2.5-linux.tar.gz
- source = https://github.com/jgm/pandoc/archive/2.5.tar.gz
- sha256sums = e33e1c7d6518b6cdc9b29ce8de37cc577fc8de2c039b33a3304863196fa59769
- sha256sums = 51f878b76a3e777128ce951b290a382823f1dea91de41391ccf3f446843f0f07
+ source = https://github.com/jgm/pandoc/releases/download/2.6/pandoc-2.6-linux.tar.gz
+ source = https://github.com/jgm/pandoc/archive/2.6.tar.gz
+ sha256sums = 4f40bddeb0b0fa50a89c0301e9342c52439d4d8685f0631cafd040dcc2c97ab3
+ sha256sums = 3c957663dc424e33f10b02f1d8242bfa7bebf6e3c3899259e766e56bee85e99e
pkgname = pandoc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8aa0bf831e8d..c4bd3eb10a31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pandoc-bin
-pkgver=2.5
+pkgver=2.6
pkgrel=1
pkgdesc="Pandoc - executable only, without 750MB Haskell depends/makedepends"
url="http://pandoc.org"
@@ -21,8 +21,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=('e33e1c7d6518b6cdc9b29ce8de37cc577fc8de2c039b33a3304863196fa59769'
- '51f878b76a3e777128ce951b290a382823f1dea91de41391ccf3f446843f0f07')
+sha256sums=('4f40bddeb0b0fa50a89c0301e9342c52439d4d8685f0631cafd040dcc2c97ab3'
+ '3c957663dc424e33f10b02f1d8242bfa7bebf6e3c3899259e766e56bee85e99e')
package() {
cd "${srcdir}/pandoc-${pkgver}"