diff options
author | gustawho | 2021-06-14 15:59:21 -0600 |
---|---|---|
committer | gustawho | 2021-06-14 15:59:21 -0600 |
commit | eb97688c7e76ee74136b997102418a1015a69f04 (patch) | |
tree | c6b4f11c32deaba75057a3fd00066d46b684ac00 | |
parent | ff2a6c15c15355e451f301b3ce498f4dc69897ae (diff) | |
download | aur-eb97688c7e76ee74136b997102418a1015a69f04.tar.gz |
v2.14.0.2
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = pandoc-bin pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends - pkgver = 2.14.0.1 + pkgver = 2.14.0.2 pkgrel = 1 url = http://pandoc.org arch = x86_64 @@ -10,9 +10,9 @@ pkgbase = pandoc-bin conflicts = pandoc replaces = pandoc-static replaces = pandoc-lite - source = pandoc-bin-bin-2.14.0.1.tar.gz::https://github.com/jgm/pandoc/releases/download/2.14.0.1/pandoc-2.14.0.1-linux-amd64.tar.gz - source = pandoc-bin-source-2.14.0.1.tar.gz::https://github.com/jgm/pandoc/archive/2.14.0.1.tar.gz - sha256sums = 5c4c9a039e9eec53bca4c75ab4ae02091d8ab24cb25f3838334fa7fce1f1b8dd - sha256sums = 5f0a06f75151bcb179626e8b450ad64bc411edf3d89500b0ba5d3e3f8f7b8105 + source = pandoc-bin-bin-2.14.0.2.tar.gz::https://github.com/jgm/pandoc/releases/download/2.14.0.2/pandoc-2.14.0.2-linux-amd64.tar.gz + source = pandoc-bin-source-2.14.0.2.tar.gz::https://github.com/jgm/pandoc/archive/2.14.0.2.tar.gz + sha256sums = 2ef6265cdba174152f02a6e3a3f6bbe7e78fbea6e05b44215c2e3d6094abc12d + sha256sums = 13e0e4e174188a06d25393341d6b44c2a4d38723de46995b78ee788c6cda5526 pkgname = pandoc-bin @@ -1,5 +1,5 @@ pkgname=pandoc-bin -pkgver=2.14.0.1 +pkgver=2.14.0.2 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=('5c4c9a039e9eec53bca4c75ab4ae02091d8ab24cb25f3838334fa7fce1f1b8dd' - '5f0a06f75151bcb179626e8b450ad64bc411edf3d89500b0ba5d3e3f8f7b8105') +sha256sums=('2ef6265cdba174152f02a6e3a3f6bbe7e78fbea6e05b44215c2e3d6094abc12d' + '13e0e4e174188a06d25393341d6b44c2a4d38723de46995b78ee788c6cda5526') package() { cd "${srcdir}/pandoc-${pkgver}" |