summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgdgsc2018-03-23 14:12:22 +0800
committerxgdgsc2018-03-23 14:12:22 +0800
commit446994a92668abeed5ed0f6ce870f5e413772dba (patch)
tree1a0cc59d69ff40e33a836e66f242399845a7b78f
parent305b0d6e184f490f7bf2b38a2adb154e534ab12d (diff)
downloadaur-446994a92668abeed5ed0f6ce870f5e413772dba.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 ca95a07cf9ba..f24e40dc6572 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Mar 7 09:28:28 UTC 2018
pkgbase = pandoc-bin
pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends
- pkgver = 2.1.2
+ pkgver = 2.1.3
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.1.2/pandoc-2.1.2-linux.tar.gz
- source = https://github.com/jgm/pandoc/archive/2.1.2.tar.gz
- sha256sums = d8c37a2252afc1f53ce482c6e5cc77371f3f3f7e83f40d612fb8dc6fd30963ff
- sha256sums = 2a31bed1a2ea308a3ec12322bb77af19e857ac402449847467399914b28e2f80
+ 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
pkgname = pandoc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5327a2baf675..9a9b072bab5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pandoc-bin
-pkgver=2.1.2
+pkgver=2.1.3
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=('d8c37a2252afc1f53ce482c6e5cc77371f3f3f7e83f40d612fb8dc6fd30963ff'
- '2a31bed1a2ea308a3ec12322bb77af19e857ac402449847467399914b28e2f80')
+sha256sums=('829f7022b6bf5164ad5aabb88ad18d432e2ed15b11625d14ca76eee476c16a2d'
+ 'b6a5bcd42ccd2387b959db7abaa4d3943d73c3e16d42e3d9e944b61acd2912e4')
package() {
cd "${srcdir}/pandoc-${pkgver}"