summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshi chao gao2018-11-20 21:58:15 +0800
committershi chao gao2018-11-20 21:58:15 +0800
commitc9164b11198857afb712589c3e776d0131984476 (patch)
treecd8baf6f7d362be53c4ef531652695191f110f7e
parentef29ff7a2bee9d8b4bb79a0ae5d126c642909429 (diff)
downloadaur-c9164b11198857afb712589c3e776d0131984476.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 2e1a17a46a41..f23ab977ed09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pandoc-bin
pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends
- pkgver = 2.3.1
+ pkgver = 2.4
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.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
+ source = https://github.com/jgm/pandoc/releases/download/2.4/pandoc-2.4-linux.tar.gz
+ source = https://github.com/jgm/pandoc/archive/2.4.tar.gz
+ sha256sums = 64334dcf649a653bf7440dee9f040661357c6eb17d7956cdad600f0f6d3ea9ea
+ sha256sums = 6c0fd3ec4925b082dd1623cdc582b7e4754909d96080b285626d2be553880ecd
pkgname = pandoc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6893dbe56cdb..2a3cbc01a603 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pandoc-bin
-pkgver=2.3.1
+pkgver=2.4
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=('859609cdba5af61aefd7c93d174e412d6a38f5c1be90dfc357158638ff5e7059'
- 'f916ab9acc60030b9ebae52c9330203a094a7ae925e98235a57cf81e441955de')
+sha256sums=('64334dcf649a653bf7440dee9f040661357c6eb17d7956cdad600f0f6d3ea9ea'
+ '6c0fd3ec4925b082dd1623cdc582b7e4754909d96080b285626d2be553880ecd')
package() {
cd "${srcdir}/pandoc-${pkgver}"