diff options
author | Chris Kitching | 2018-07-20 15:39:39 +0100 |
---|---|---|
committer | Chris Kitching | 2018-07-20 15:39:39 +0100 |
commit | a0084f7c6310ff7301269734c864cfd82ab3c9b7 (patch) | |
tree | 942bdfa75879de11e3f0f2b484224b92f959ede4 | |
parent | cde9952089a43fabd423dff4457abff01c9f0536 (diff) | |
download | aur-a0084f7c6310ff7301269734c864cfd82ab3c9b7.tar.gz |
Update to 2.2.2.1
-rw-r--r-- | .SRCINFO | 12 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 10 insertions, 8 deletions
@@ -1,6 +1,8 @@ +# Generated by mksrcinfo v8 +# Fri Jul 20 14:39:34 UTC 2018 pkgbase = pandoc-bin pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends - pkgver = 2.2.1 + pkgver = 2.2.2.1 pkgrel = 1 url = http://pandoc.org arch = x86_64 @@ -13,10 +15,10 @@ pkgbase = pandoc-bin conflicts = pandoc replaces = pandoc-static replaces = pandoc-lite - source = https://github.com/jgm/pandoc/releases/download/2.2.1/pandoc-2.2.1-linux.tar.gz - source = https://github.com/jgm/pandoc/archive/2.2.1.tar.gz - sha256sums = 3b1b573cdf957b4102c42ce6f5a641787267a55a5e88dcca942fd471c25793cb - sha256sums = 61303ee18a452695df32a4fccceaad9c47b83e80cdc7f24e2113d94b123a61f5 + source = https://github.com/jgm/pandoc/releases/download/2.2.2.1/pandoc-2.2.2.1-linux.tar.gz + source = https://github.com/jgm/pandoc/archive/2.2.2.1.tar.gz + sha256sums = c04d02033ff8d1c7dd4201419089bd5cdc62ef4b8af622f4f965788869732d7b + sha256sums = 421cb7d3052dd1bdbfc9f7feb0df2864eb99f57629803c491fb62cf8de8d2ef1 pkgname = pandoc-bin @@ -1,5 +1,5 @@ pkgname=pandoc-bin -pkgver=2.2.1 +pkgver=2.2.2.1 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=('3b1b573cdf957b4102c42ce6f5a641787267a55a5e88dcca942fd471c25793cb' - '61303ee18a452695df32a4fccceaad9c47b83e80cdc7f24e2113d94b123a61f5') +sha256sums=('c04d02033ff8d1c7dd4201419089bd5cdc62ef4b8af622f4f965788869732d7b' + '421cb7d3052dd1bdbfc9f7feb0df2864eb99f57629803c491fb62cf8de8d2ef1') package() { cd "${srcdir}/pandoc-${pkgver}" |