summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntonym2022-07-07 16:03:08 +0200
committersyntonym2022-07-07 16:03:08 +0200
commit0552175162266c433642b6dc12871c19e075c384 (patch)
tree447dffc26f22cea867c1c93f648913ec431f8819
parent66b79d22457b4bbd5a24e2abcd7759c77a2f36a3 (diff)
downloadaur-0552175162266c433642b6dc12871c19e075c384.tar.gz
Release 1.5.4
Fixed an issue where graphviz plots in vector format were cropped when a DPI was specified (#40).
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fce52b778832..48aa776b2a10 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.5.3
+ pkgver = 1.5.4
pkgrel = 1
url = https://github.com/LaurentRDC/pandoc-plot
arch = x86_64
license = GPL2
- source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.5.3/pandoc-plot-Linux-x86_64.zip
- sha256sums = 677ec8cc7a98dc6018ed56c10c4445cb62b0057e79e5b380d687656a1c913ce9
+ source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.5.4/pandoc-plot-Linux-x86_64.zip
+ sha256sums = 74ca12600db146e5bfb7dfde903bdd4c9584f2380351853574b1f40341b9efa4
pkgname = pandoc-plot-bin
diff --git a/PKGBUILD b/PKGBUILD
index e52eee27a0d2..23bb11de65ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
-pkgver=1.5.3
+pkgver=1.5.4
pkgrel=1
epoch=
pkgdesc="Render and include figures in Pandoc documents using your plotting toolkit of choice"
@@ -8,7 +8,7 @@ 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=('677ec8cc7a98dc6018ed56c10c4445cb62b0057e79e5b380d687656a1c913ce9')
+sha256sums=('74ca12600db146e5bfb7dfde903bdd4c9584f2380351853574b1f40341b9efa4')
package() {
install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot