summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2021-05-30 15:36:27 -0600
committergustawho2021-05-30 15:36:27 -0600
commit28b23019395688e3d9e716c2017d12f92bea39b6 (patch)
treef4b4bd7985433adeb34a2473534aae79a09def5d
parent4a13400ca2d46ce96bce077205ee14c1db2a5539 (diff)
downloadaur-28b23019395688e3d9e716c2017d12f92bea39b6.tar.gz
v2.14
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 301f2b184b4f..860d021dde4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pandoc-bin
pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends
- pkgver = 2.13
+ pkgver = 2.14
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.13.tar.gz::https://github.com/jgm/pandoc/releases/download/2.13/pandoc-2.13-linux-amd64.tar.gz
- source = pandoc-bin-source-2.13.tar.gz::https://github.com/jgm/pandoc/archive/2.13.tar.gz
- sha256sums = 7404aa88a6eb9fbb99d9803b80170a3a546f51959230cc529c66a2ce6b950d4c
- sha256sums = 16ef030d25006192f77ab1bd1fa403d464fe7cfabc34e7659c1827b69437eac2
+ source = pandoc-bin-bin-2.14.tar.gz::https://github.com/jgm/pandoc/releases/download/2.14/pandoc-2.14-linux-amd64.tar.gz
+ source = pandoc-bin-source-2.14.tar.gz::https://github.com/jgm/pandoc/archive/2.14.tar.gz
+ sha256sums = e24cca7d241d907d690428a296861cbcbdaf4686ef887ac65581a930b2e6038c
+ sha256sums = 696398fafb2be8a0437749cb35450b6e0fcf79849f832573a13e23b636564653
pkgname = pandoc-bin
diff --git a/PKGBUILD b/PKGBUILD
index f32df43edab5..b3aa80a8f602 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pandoc-bin
-pkgver=2.13
+pkgver=2.14
pkgrel=1
pkgdesc="Pandoc - executable only, without 750MB Haskell depends/makedepends"
url="http://pandoc.org"
@@ -18,8 +18,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=('7404aa88a6eb9fbb99d9803b80170a3a546f51959230cc529c66a2ce6b950d4c'
- '16ef030d25006192f77ab1bd1fa403d464fe7cfabc34e7659c1827b69437eac2')
+sha256sums=('e24cca7d241d907d690428a296861cbcbdaf4686ef887ac65581a930b2e6038c'
+ '696398fafb2be8a0437749cb35450b6e0fcf79849f832573a13e23b636564653')
package() {
cd "${srcdir}/pandoc-${pkgver}"