summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshi chao gao2018-04-30 10:58:45 +0800
committershi chao gao2018-04-30 10:58:45 +0800
commit806b72a2057be4f42cd0e4f6d6ca20629e3fcf9e (patch)
tree8535839dd468e04801ef33a637b7d9734bc1f8b6
parent446994a92668abeed5ed0f6ce870f5e413772dba (diff)
downloadaur-806b72a2057be4f42cd0e4f6d6ca20629e3fcf9e.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 f24e40dc6572..56f1a02f0bde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pandoc-bin
pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends
- pkgver = 2.1.3
+ pkgver = 2.2
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.1.3/pandoc-2.1.3-linux.tar.gz
- source = https://github.com/jgm/pandoc/archive/2.1.3.tar.gz
- sha256sums = 829f7022b6bf5164ad5aabb88ad18d432e2ed15b11625d14ca76eee476c16a2d
- sha256sums = b6a5bcd42ccd2387b959db7abaa4d3943d73c3e16d42e3d9e944b61acd2912e4
+ source = https://github.com/jgm/pandoc/releases/download/2.2/pandoc-2.2-linux.tar.gz
+ source = https://github.com/jgm/pandoc/archive/2.2.tar.gz
+ sha256sums = 06ecd882e42ef9b7390b1c82e1e71b3ea48679181289b9b810a8797825bed8ed
+ sha256sums = fab9167d36ae66ba35f8c8aea8516d8f9290512181d7d653f0405776ae31aa01
pkgname = pandoc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9a9b072bab5d..a73ff929e912 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pandoc-bin
-pkgver=2.1.3
+pkgver=2.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=('829f7022b6bf5164ad5aabb88ad18d432e2ed15b11625d14ca76eee476c16a2d'
- 'b6a5bcd42ccd2387b959db7abaa4d3943d73c3e16d42e3d9e944b61acd2912e4')
+sha256sums=('06ecd882e42ef9b7390b1c82e1e71b3ea48679181289b9b810a8797825bed8ed'
+ 'fab9167d36ae66ba35f8c8aea8516d8f9290512181d7d653f0405776ae31aa01')
package() {
cd "${srcdir}/pandoc-${pkgver}"