summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntonym2022-05-14 20:47:31 +0200
committersyntonym2022-05-14 20:47:31 +0200
commit66b79d22457b4bbd5a24e2abcd7759c77a2f36a3 (patch)
tree8bd2ab045f842afdb440c0a5ea8c5d6481546e90
parent5be922478215508978dd0f79a86e4d4b5888ef32 (diff)
downloadaur-66b79d22457b4bbd5a24e2abcd7759c77a2f36a3.tar.gz
Release 1.5.3
Fixed an issue where the tight_bbox option for Matplotlib plots was ignored (#48)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd2faa7c3115..fce52b778832 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.2
+ pkgver = 1.5.3
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.2/pandoc-plot-Linux-x86_64.zip
- sha256sums = 49222bbd1779b60da990b7ff7995cca75b217cc874b199e311ff76ec6d6f7fda
+ source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.5.3/pandoc-plot-Linux-x86_64.zip
+ sha256sums = 677ec8cc7a98dc6018ed56c10c4445cb62b0057e79e5b380d687656a1c913ce9
pkgname = pandoc-plot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 59ae1e346acf..e52eee27a0d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
-pkgver=1.5.2
+pkgver=1.5.3
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=('49222bbd1779b60da990b7ff7995cca75b217cc874b199e311ff76ec6d6f7fda')
+sha256sums=('677ec8cc7a98dc6018ed56c10c4445cb62b0057e79e5b380d687656a1c913ce9')
package() {
install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot