summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2022-08-12 19:13:16 -0600
committergustawho2022-08-12 19:13:16 -0600
commit311aa25b98af913ecbf5debaea92298c9ac6d6f5 (patch)
treef5bfad5e3ff180a29b2be728b8d4dea98a28ef24
parent566e5b8372f1c13e5d69a6fd1cb7d199fa8fa89f (diff)
downloadaur-311aa25b98af913ecbf5debaea92298c9ac6d6f5.tar.gz
v2.19
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD11
2 files changed, 13 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b679941fb93..de0a1d310e46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,19 @@
pkgbase = pandoc-bin
pkgdesc = Pandoc - executable only, without 750MB Haskell depends/makedepends
- pkgver = 2.18
+ pkgver = 2.19
pkgrel = 1
url = https://pandoc.org
arch = x86_64
arch = aarch64
license = GPLv2+
optdepends = texlive-core: for pdf output
- provides = pandoc
+ provides = pandoc=2.19
conflicts = pandoc
- replaces = pandoc-static
- replaces = pandoc-lite
- source = pandoc-bin-source-2.18.tar.gz::https://github.com/jgm/pandoc/archive/2.18.tar.gz
- sha256sums = dda629db52038c5cce29702886268203330e5a41c7b95d3f71e59b7ab03618dc
- source_x86_64 = pandoc-bin-bin-2.18.tar.gz::https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-linux-amd64.tar.gz
- sha256sums_x86_64 = 103df36dc21081b7205d763ef7705e340eb0ea7e18694239b328a549892cc007
- source_aarch64 = pandoc-bin-bin-2.18.tar.gz::https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-linux-arm64.tar.gz
- sha256sums_aarch64 = a48160539c27c6a35413667b064f9af154d59ad592563dcaab8a07d427bda594
+ source = pandoc-bin-source-2.19.tar.gz::https://github.com/jgm/pandoc/archive/2.19.tar.gz
+ sha256sums = 19bffe7a2970014080a6a8ef5b365f89a88a18dbe757b771999e19907f0d571a
+ source_x86_64 = pandoc-bin-bin-2.19.tar.gz::https://github.com/jgm/pandoc/releases/download/2.19/pandoc-2.19-linux-amd64.tar.gz
+ sha256sums_x86_64 = 2afd7c0c385a5817003330a2359c2b6e04e0a7e167addd41dda51e523e807426
+ source_aarch64 = pandoc-bin-bin-2.19.tar.gz::https://github.com/jgm/pandoc/releases/download/2.19/pandoc-2.19-linux-arm64.tar.gz
+ sha256sums_aarch64 = 6c2daebcab7f8d6e7c8b91682be047286d9518f2bcb32515aea5206557fb67d1
pkgname = pandoc-bin
diff --git a/PKGBUILD b/PKGBUILD
index e7d7a52ec6f7..7a197ff625d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
pkgname=pandoc-bin
-pkgver=2.18
+pkgver=2.19
pkgrel=1
pkgdesc="Pandoc - executable only, without 750MB Haskell depends/makedepends"
url="https://pandoc.org"
license=("GPLv2+")
arch=('x86_64' 'aarch64')
conflicts=("pandoc")
-provides=("pandoc")
-replaces=('pandoc-static' 'pandoc-lite')
+provides=("pandoc=$pkgver")
optdepends=('texlive-core: for pdf output')
# The binary release doesn't have the datafiles, so we need to yoink those out of the source tarball, too.
@@ -15,9 +14,9 @@ source=("$pkgname-source-$pkgver.tar.gz::https://github.com/jgm/pandoc/archive/$
source_x86_64=("$pkgname-bin-$pkgver.tar.gz::https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-linux-amd64.tar.gz")
source_aarch64=("$pkgname-bin-$pkgver.tar.gz::https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-linux-arm64.tar.gz")
-sha256sums=('dda629db52038c5cce29702886268203330e5a41c7b95d3f71e59b7ab03618dc')
-sha256sums_x86_64=('103df36dc21081b7205d763ef7705e340eb0ea7e18694239b328a549892cc007')
-sha256sums_aarch64=('a48160539c27c6a35413667b064f9af154d59ad592563dcaab8a07d427bda594')
+sha256sums=('19bffe7a2970014080a6a8ef5b365f89a88a18dbe757b771999e19907f0d571a')
+sha256sums_x86_64=('2afd7c0c385a5817003330a2359c2b6e04e0a7e167addd41dda51e523e807426')
+sha256sums_aarch64=('6c2daebcab7f8d6e7c8b91682be047286d9518f2bcb32515aea5206557fb67d1')
package() {
cd "${srcdir}/pandoc-${pkgver}"