summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntonym2022-01-16 20:23:11 +0100
committersyntonym2022-01-16 20:23:11 +0100
commit7ca333bee98e17dcf7ea99b25b9da34e8555bc34 (patch)
treecc280840a86416fa103a163e0b45fcffcdab6eb0
parentaed6d314b1e0c2d1652268e703feefc63a9f9d02 (diff)
downloadaur-7ca333bee98e17dcf7ea99b25b9da34e8555bc34.tar.gz
pandoc-plot Release 1.4.0
* The executable pandoc-plot now uses pandoc 2.17. Pandoc 2.11+ are still supported. * Added support for aeson 2+.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 307e0920589b..780c2d46203c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = pandoc-plot-bin
pkgdesc = Render and include figures in Pandoc documents using your plotting toolkit of choice
- pkgver = 1.3.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/LaurentRDC/pandoc-plot
arch = x86_64
license = GPL2
- source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.3.0/pandoc-plot-Linux-x86_64.zip
- sha256sums = 34821aba96b9342af3293f79ff52c8291b39affa2b35d8e90dac3a2c4a2a866f
+ source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.4.0/pandoc-plot-Linux-x86_64.zip
+ sha256sums = 8ffe77dfd9b78eb461e3e153d49b98dd850a26a4776ea78d5d54ecb44db33ae5
pkgname = pandoc-plot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 32ab089b5725..0f735565b5b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
epoch=
pkgdesc="Render and include figures in Pandoc documents using your plotting toolkit of choice"
@@ -8,8 +8,8 @@ arch=('x86_64')
url="https://github.com/LaurentRDC/pandoc-plot"
license=('GPL2')
source=("https://github.com/LaurentRDC/pandoc-plot/releases/download/$pkgver/pandoc-plot-Linux-$CARCH.zip")
-sha256sums=('34821aba96b9342af3293f79ff52c8291b39affa2b35d8e90dac3a2c4a2a866f')
+sha256sums=('8ffe77dfd9b78eb461e3e153d49b98dd850a26a4776ea78d5d54ecb44db33ae5')
package() {
- install -D pandoc-plot-Linux-x86_64/pandoc-plot ${pkgdir}/usr/bin/pandoc-plot
+ install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot
}