summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshi chao gao2018-10-01 09:40:29 +0800
committershi chao gao2018-10-01 09:40:29 +0800
commitef29ff7a2bee9d8b4bb79a0ae5d126c642909429 (patch)
treebdbdd72d0dbd75bb0e654222658697e0db7b7507
parent32bf56ca21db29a0fc5cd51c007a126d22a37277 (diff)
downloadaur-ef29ff7a2bee9d8b4bb79a0ae5d126c642909429.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 3ecfaa144e6d..2e1a17a46a41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pandoc-bin
pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends
- pkgver = 2.2.3.2
+ pkgver = 2.3.1
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.2.3.2/pandoc-2.2.3.2-linux.tar.gz
- source = https://github.com/jgm/pandoc/archive/2.2.3.2.tar.gz
- sha256sums = 4cc283484f8677fa1eff7206f79f06b31da97b20f2ca5b29a719692f545d8798
- sha256sums = 3651ebe2c5976f931e773e9f4c3c8557db14e2dbc90505adc1907815cc644b8b
+ source = https://github.com/jgm/pandoc/releases/download/2.3.1/pandoc-2.3.1-linux.tar.gz
+ source = https://github.com/jgm/pandoc/archive/2.3.1.tar.gz
+ sha256sums = 859609cdba5af61aefd7c93d174e412d6a38f5c1be90dfc357158638ff5e7059
+ sha256sums = f916ab9acc60030b9ebae52c9330203a094a7ae925e98235a57cf81e441955de
pkgname = pandoc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 93007eadde3a..6893dbe56cdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pandoc-bin
-pkgver=2.2.3.2
+pkgver=2.3.1
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=('4cc283484f8677fa1eff7206f79f06b31da97b20f2ca5b29a719692f545d8798'
- '3651ebe2c5976f931e773e9f4c3c8557db14e2dbc90505adc1907815cc644b8b')
+sha256sums=('859609cdba5af61aefd7c93d174e412d6a38f5c1be90dfc357158638ff5e7059'
+ 'f916ab9acc60030b9ebae52c9330203a094a7ae925e98235a57cf81e441955de')
package() {
cd "${srcdir}/pandoc-${pkgver}"