summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Kitching2018-01-21 19:27:28 +0000
committerChris Kitching2018-01-21 19:27:28 +0000
commit5e27325c91c525b4b92bdabf4d8b97d2974a7eb2 (patch)
treed41ca7dabd6133b8ca0025cae0a2e15315176103
parent0d408039e6841b119f106dd5c268eb6afec22391 (diff)
downloadaur-5e27325c91c525b4b92bdabf4d8b97d2974a7eb2.tar.gz
Update to version 2.1.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cce7b62bd148..f9f9db799da9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 6 20:13:28 UTC 2018
+# Sun Jan 21 19:27:23 UTC 2018
pkgbase = pandoc-bin
pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends
- pkgver = 2.0.6
+ pkgver = 2.1.1
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.6/pandoc-2.0.6-linux.tar.gz
- source = https://github.com/jgm/pandoc/archive/2.0.6.tar.gz
- sha256sums = 6c003343805e9398c7f45c3e75bd133b4acd6fc37acda4a87b19358dfd88d28c
- sha256sums = 81c4035d089c5bcf7c4f3071c2c44480dbc2358d84b6e2f0411c2559fba449e1
+ source = https://github.com/jgm/pandoc/releases/download/2.1.1/pandoc-2.1.1-linux.tar.gz
+ source = https://github.com/jgm/pandoc/archive/2.1.1.tar.gz
+ sha256sums = cc2a88e6ec5e85819b2e12a944cbeb498cf908176973b6066fc678c2ad95a571
+ sha256sums = 6a8c3a5c6da3169e8e87d176a0a3859474e7fc2e8860280cbc9328ebfe3a82fc
pkgname = pandoc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 62cd5efb8f52..8265e50f1317 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pandoc-bin
-pkgver=2.0.6
+pkgver=2.1.1
pkgrel=1
pkgdesc="Pandoc - executable only, without 750MB Haskell depends/makedepends"
url="http://pandoc.org"
@@ -21,10 +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=(
- "6c003343805e9398c7f45c3e75bd133b4acd6fc37acda4a87b19358dfd88d28c"
- "81c4035d089c5bcf7c4f3071c2c44480dbc2358d84b6e2f0411c2559fba449e1"
-)
+sha256sums=('cc2a88e6ec5e85819b2e12a944cbeb498cf908176973b6066fc678c2ad95a571'
+ '6a8c3a5c6da3169e8e87d176a0a3859474e7fc2e8860280cbc9328ebfe3a82fc')
package() {
cd "${srcdir}/pandoc-${pkgver}"