summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Kitching2018-01-06 20:13:35 +0000
committerChris Kitching2018-01-06 20:13:35 +0000
commit0d408039e6841b119f106dd5c268eb6afec22391 (patch)
tree08902323bab66bb3a1ae94827201ec9f266130ad
parent902689b0a3bddc839d07b3ee1a842b1248fa24c4 (diff)
downloadaur-0d408039e6841b119f106dd5c268eb6afec22391.tar.gz
Update for pandoc 2.0.6
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e442f621130..cce7b62bd148 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 14 14:47:05 UTC 2017
+# Sat Jan 6 20:13:28 UTC 2018
pkgbase = pandoc-bin
pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends
- pkgver = 2.0.2
+ pkgver = 2.0.6
pkgrel = 1
url = http://pandoc.org
arch = x86_64
@@ -15,10 +15,10 @@ pkgbase = pandoc-bin
conflicts = pandoc
replaces = pandoc-static
replaces = pandoc-lite
- source = https://github.com/jgm/pandoc/releases/download/2.0.2/pandoc-2.0.2-linux.tar.gz
- source = https://github.com/jgm/pandoc/archive/2.0.2.tar.gz
- sha256sums = 7d1374e53d85d4c7d86955c318b9f092ccce7ef0ba2ced11ec6aa158d61432c7
- sha256sums = af6680238780efe57eb209ceb2166ed3954ee36fdab99f3c99ef9d0e3db96773
+ source = https://github.com/jgm/pandoc/releases/download/2.0.6/pandoc-2.0.6-linux.tar.gz
+ source = https://github.com/jgm/pandoc/archive/2.0.6.tar.gz
+ sha256sums = 6c003343805e9398c7f45c3e75bd133b4acd6fc37acda4a87b19358dfd88d28c
+ sha256sums = 81c4035d089c5bcf7c4f3071c2c44480dbc2358d84b6e2f0411c2559fba449e1
pkgname = pandoc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 14d2d4ccec7e..62cd5efb8f52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pandoc-bin
-pkgver=2.0.2
+pkgver=2.0.6
pkgrel=1
pkgdesc="Pandoc - executable only, without 750MB Haskell depends/makedepends"
url="http://pandoc.org"
@@ -22,8 +22,8 @@ source=(
"https://github.com/jgm/pandoc/archive/${pkgver}.tar.gz"
)
sha256sums=(
- "7d1374e53d85d4c7d86955c318b9f092ccce7ef0ba2ced11ec6aa158d61432c7"
- "af6680238780efe57eb209ceb2166ed3954ee36fdab99f3c99ef9d0e3db96773"
+ "6c003343805e9398c7f45c3e75bd133b4acd6fc37acda4a87b19358dfd88d28c"
+ "81c4035d089c5bcf7c4f3071c2c44480dbc2358d84b6e2f0411c2559fba449e1"
)
package() {