diff options
author | gsc | 2020-11-13 21:45:29 +0800 |
---|---|---|
committer | gsc | 2020-11-13 21:45:29 +0800 |
commit | 205d586897ea2bb3b227cf1d61631a8e11dbc0fd (patch) | |
tree | e9daf6ee09e60f979611e85f1ce99a189b10b137 | |
parent | d34f8c7649da4c37d837a39d11b80df81a445f45 (diff) | |
download | aur-205d586897ea2bb3b227cf1d61631a8e11dbc0fd.tar.gz |
up
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 10 insertions, 10 deletions
@@ -1,6 +1,6 @@ pkgbase = pandoc-bin pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends - pkgver = 2.11.0.2 + pkgver = 2.11.1.1 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 = https://github.com/jgm/pandoc/releases/download/2.11.0.2/pandoc-2.11.0.2-linux-amd64.tar.gz - source = https://github.com/jgm/pandoc/archive/2.11.0.2.tar.gz - sha256sums = 18a6fe80adca5defb16c2729b2e07fdadc708df1721126c8026466f0ab6f37b6 - sha256sums = 47daf20fc56eaefb35d1a04b19ac120131bf8b208a7883c6524e88fb7bd4b18f + source = pandoc-bin-bin-2.11.1.1.tar.gz::https://github.com/jgm/pandoc/releases/download/2.11.1.1/pandoc-2.11.1.1-linux-amd64.tar.gz + source = pandoc-bin-source-2.11.1.1.tar.gz::https://github.com/jgm/pandoc/archive/2.11.1.1.tar.gz + sha256sums = b2f0a23519477c9b83aebefe71dd02d3b342a668e9fea00202e34864654f34f7 + sha256sums = c024b3102f4f3419f0f50622735d471cb1e98559195f1f4df53a0a7504f6e468 pkgname = pandoc-bin @@ -1,5 +1,5 @@ pkgname=pandoc-bin -pkgver=2.11.0.2 +pkgver=2.11.1.1 pkgrel=1 pkgdesc="Pandoc - executable only, without 750MB Haskell depends/makedepends" url="http://pandoc.org" @@ -14,13 +14,13 @@ optdepends=( ) source=( - "https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-linux-amd64.tar.gz" + "$pkgname-bin-$pkgver.tar.gz::https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-linux-amd64.tar.gz" # 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" + "$pkgname-source-$pkgver.tar.gz::https://github.com/jgm/pandoc/archive/${pkgver}.tar.gz" ) -sha256sums=('18a6fe80adca5defb16c2729b2e07fdadc708df1721126c8026466f0ab6f37b6' - '47daf20fc56eaefb35d1a04b19ac120131bf8b208a7883c6524e88fb7bd4b18f') +sha256sums=('b2f0a23519477c9b83aebefe71dd02d3b342a668e9fea00202e34864654f34f7' + 'c024b3102f4f3419f0f50622735d471cb1e98559195f1f4df53a0a7504f6e468') package() { cd "${srcdir}/pandoc-${pkgver}" |