summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgsc2020-12-18 21:53:50 +0800
committergsc2020-12-18 21:53:50 +0800
commit0cefd1c6430b8e36ab3606df540b1449187109ae (patch)
treef346c03768f4f375592bec0cd8c9908f5beabe69
parent205d586897ea2bb3b227cf1d61631a8e11dbc0fd (diff)
downloadaur-0cefd1c6430b8e36ab3606df540b1449187109ae.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 e5bfb06ec7bf..73886757768f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pandoc-bin
pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends
- pkgver = 2.11.1.1
+ pkgver = 2.11.3
pkgrel = 1
url = http://pandoc.org
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = pandoc-bin
conflicts = pandoc
replaces = pandoc-static
replaces = pandoc-lite
- source = pandoc-bin-bin-2.11.1.1.tar.gz::https://github.com/jgm/pandoc/releases/download/2.11.1.1/pandoc-2.11.1.1-linux-amd64.tar.gz
- source = pandoc-bin-source-2.11.1.1.tar.gz::https://github.com/jgm/pandoc/archive/2.11.1.1.tar.gz
- sha256sums = b2f0a23519477c9b83aebefe71dd02d3b342a668e9fea00202e34864654f34f7
- sha256sums = c024b3102f4f3419f0f50622735d471cb1e98559195f1f4df53a0a7504f6e468
+ source = pandoc-bin-bin-2.11.3.tar.gz::https://github.com/jgm/pandoc/releases/download/2.11.3/pandoc-2.11.3-linux-amd64.tar.gz
+ source = pandoc-bin-source-2.11.3.tar.gz::https://github.com/jgm/pandoc/archive/2.11.3.tar.gz
+ sha256sums = fdcd77381cd3c41aaf626f0ced64f979062e2e6080f84797278f4c143571ae3f
+ sha256sums = 7ee473f2a13f914353d17877ed5a400aa1ea463bbeb66e175e771f50d0319a51
pkgname = pandoc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2593bdd11601..8de122df6729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pandoc-bin
-pkgver=2.11.1.1
+pkgver=2.11.3
pkgrel=1
pkgdesc="Pandoc - executable only, without 750MB Haskell depends/makedepends"
url="http://pandoc.org"
@@ -19,8 +19,8 @@ source=(
# The binary release doesn't have the datafiles, so we need to yoink those out of the source tarball, too.
"$pkgname-source-$pkgver.tar.gz::https://github.com/jgm/pandoc/archive/${pkgver}.tar.gz"
)
-sha256sums=('b2f0a23519477c9b83aebefe71dd02d3b342a668e9fea00202e34864654f34f7'
- 'c024b3102f4f3419f0f50622735d471cb1e98559195f1f4df53a0a7504f6e468')
+sha256sums=('fdcd77381cd3c41aaf626f0ced64f979062e2e6080f84797278f4c143571ae3f'
+ '7ee473f2a13f914353d17877ed5a400aa1ea463bbeb66e175e771f50d0319a51')
package() {
cd "${srcdir}/pandoc-${pkgver}"