summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshi chao gao2019-04-10 16:02:22 +0800
committershi chao gao2019-04-10 16:02:22 +0800
commit7485ded13c09aea595db8f9f5826f30721c8cba0 (patch)
tree74112d33df88e88871e2ecb67f88bf9118cd83bf
parent08dbe8bbd10706fc16c2fd7da78e22f7056ffebd (diff)
downloadaur-7485ded13c09aea595db8f9f5826f30721c8cba0.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 15d182a8ac9e..b6375abf1ab1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Mar 29 05:22:02 UTC 2019
pkgbase = pandoc-bin
pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends
- pkgver = 2.7.1
+ pkgver = 2.7.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.7.1/pandoc-2.7.1-linux.tar.gz
- source = https://github.com/jgm/pandoc/archive/2.7.1.tar.gz
- sha256sums = c7905e974fade782e5cf00f710629e0cf20c93bd90e707d3b1cc5458a0618327
- sha256sums = 6e191d666e8d64579feff30cd92c2ec31d0978c1f0abff3cef75f193a62ccf20
+ source = https://github.com/jgm/pandoc/releases/download/2.7.2/pandoc-2.7.2-linux.tar.gz
+ source = https://github.com/jgm/pandoc/archive/2.7.2.tar.gz
+ sha256sums = 6741f73e37a900deee56bc2dc71c2893fb28e0961557db36eb029368de5183c2
+ sha256sums = cce58880ef8fd1510f71760ecd637e5e43461a8c6116a5b39c49fcf260116954
pkgname = pandoc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 64237c53bbcb..c59ac8194bfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pandoc-bin
-pkgver=2.7.1
+pkgver=2.7.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=('c7905e974fade782e5cf00f710629e0cf20c93bd90e707d3b1cc5458a0618327'
- '6e191d666e8d64579feff30cd92c2ec31d0978c1f0abff3cef75f193a62ccf20')
+sha256sums=('6741f73e37a900deee56bc2dc71c2893fb28e0961557db36eb029368de5183c2'
+ 'cce58880ef8fd1510f71760ecd637e5e43461a8c6116a5b39c49fcf260116954')
package() {
cd "${srcdir}/pandoc-${pkgver}"