summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshi chao gao2018-11-29 20:43:58 +0800
committershi chao gao2018-11-29 20:43:58 +0800
commite5fa01dc90890b3b0ddcfd26604e7be1e8f79a1b (patch)
treebb727114dbeecaf424ef0b153799bf0b3ad2061f
parentc9164b11198857afb712589c3e776d0131984476 (diff)
downloadaur-e5fa01dc90890b3b0ddcfd26604e7be1e8f79a1b.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 f23ab977ed09..c87d9b2a2438 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pandoc-bin
pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends
- pkgver = 2.4
+ pkgver = 2.5
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.4/pandoc-2.4-linux.tar.gz
- source = https://github.com/jgm/pandoc/archive/2.4.tar.gz
- sha256sums = 64334dcf649a653bf7440dee9f040661357c6eb17d7956cdad600f0f6d3ea9ea
- sha256sums = 6c0fd3ec4925b082dd1623cdc582b7e4754909d96080b285626d2be553880ecd
+ 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
pkgname = pandoc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2a3cbc01a603..8aa0bf831e8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pandoc-bin
-pkgver=2.4
+pkgver=2.5
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=('64334dcf649a653bf7440dee9f040661357c6eb17d7956cdad600f0f6d3ea9ea'
- '6c0fd3ec4925b082dd1623cdc582b7e4754909d96080b285626d2be553880ecd')
+sha256sums=('e33e1c7d6518b6cdc9b29ce8de37cc577fc8de2c039b33a3304863196fa59769'
+ '51f878b76a3e777128ce951b290a382823f1dea91de41391ccf3f446843f0f07')
package() {
cd "${srcdir}/pandoc-${pkgver}"