summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshi chao gao2018-08-08 21:38:15 +0800
committershi chao gao2018-08-08 21:38:15 +0800
commit32bf56ca21db29a0fc5cd51c007a126d22a37277 (patch)
treebdfb1457dc50b6573b4006a9c2a0a72dd020385e
parenta0084f7c6310ff7301269734c864cfd82ab3c9b7 (diff)
downloadaur-32bf56ca21db29a0fc5cd51c007a126d22a37277.tar.gz
upd
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34b7fdd946c9..3ecfaa144e6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Jul 20 14:39:34 UTC 2018
pkgbase = pandoc-bin
pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends
- pkgver = 2.2.2.1
+ pkgver = 2.2.3.2
pkgrel = 1
url = http://pandoc.org
arch = x86_64
@@ -15,10 +13,10 @@ pkgbase = pandoc-bin
conflicts = pandoc
replaces = pandoc-static
replaces = pandoc-lite
- source = https://github.com/jgm/pandoc/releases/download/2.2.2.1/pandoc-2.2.2.1-linux.tar.gz
- source = https://github.com/jgm/pandoc/archive/2.2.2.1.tar.gz
- sha256sums = c04d02033ff8d1c7dd4201419089bd5cdc62ef4b8af622f4f965788869732d7b
- sha256sums = 421cb7d3052dd1bdbfc9f7feb0df2864eb99f57629803c491fb62cf8de8d2ef1
+ 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
pkgname = pandoc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 550f96ca1a35..93007eadde3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pandoc-bin
-pkgver=2.2.2.1
+pkgver=2.2.3.2
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=('c04d02033ff8d1c7dd4201419089bd5cdc62ef4b8af622f4f965788869732d7b'
- '421cb7d3052dd1bdbfc9f7feb0df2864eb99f57629803c491fb62cf8de8d2ef1')
+sha256sums=('4cc283484f8677fa1eff7206f79f06b31da97b20f2ca5b29a719692f545d8798'
+ '3651ebe2c5976f931e773e9f4c3c8557db14e2dbc90505adc1907815cc644b8b')
package() {
cd "${srcdir}/pandoc-${pkgver}"