summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntonym2021-08-19 20:26:36 +0200
committersyntonym2021-08-19 20:26:36 +0200
commitaed6d314b1e0c2d1652268e703feefc63a9f9d02 (patch)
tree6efa1c65f8990acfdd450b71d821e964e7ee9103
parentd4e874b65de5db32c2125b041bf429822eae1a81 (diff)
downloadaur-aed6d314b1e0c2d1652268e703feefc63a9f9d02.tar.gz
version 1.3
* The executable pandoc-plot is now aware of final conversion format. * Added a new function, plotFilter, which is aware of the pandoc's final conversion format. This allows for better defaults and error messages. * Deprecated plotTransform in favour of plotFilter. plotTransform will be removed in the next major update (v2+). * Save formats incompatible with toolkits will now show an appropriate error. * The build system is now based on cabal-install rather than stack. * Fixed an issue where some types of PlantUML diagrams (e.g. Gantt charts) would not be exported correctly (#30).
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41fcf28bca55..307e0920589b 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.2.3
- pkgrel = 3
+ pkgver = 1.3.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.2.3/pandoc-plot-Linux-x86_64.zip
- sha256sums = 108b70fb4120126fbf2f836d2a9d980deeff364c5f95f61873a5fa10e877712d
+ source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.3.0/pandoc-plot-Linux-x86_64.zip
+ sha256sums = 34821aba96b9342af3293f79ff52c8291b39affa2b35d8e90dac3a2c4a2a866f
pkgname = pandoc-plot-bin
diff --git a/PKGBUILD b/PKGBUILD
index b2c7fd6c2a99..32ab089b5725 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
-pkgver=1.2.3
-pkgrel=3
+pkgver=1.3.0
+pkgrel=1
epoch=
pkgdesc="Render and include figures in Pandoc documents using your plotting toolkit of choice"
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=('108b70fb4120126fbf2f836d2a9d980deeff364c5f95f61873a5fa10e877712d')
+sha256sums=('34821aba96b9342af3293f79ff52c8291b39affa2b35d8e90dac3a2c4a2a866f')
package() {
install -D pandoc-plot-Linux-x86_64/pandoc-plot ${pkgdir}/usr/bin/pandoc-plot