summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntonym2022-03-11 17:59:19 +0100
committersyntonym2022-03-11 17:59:19 +0100
commit0b4cf2243ef222a0005c6b89e52d02d9b9d56494 (patch)
tree8c547f3b9cdb0055f39cb2dbe8778c629c355a24
parent7ca333bee98e17dcf7ea99b25b9da34e8555bc34 (diff)
downloadaur-0b4cf2243ef222a0005c6b89e52d02d9b9d56494.tar.gz
Release 1.4.1
Don't automatically defer javascript scripts when creating interactive figures (#39).
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 780c2d46203c..0893f4c78d81 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.4.0
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/LaurentRDC/pandoc-plot
arch = x86_64
license = GPL2
- source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.4.0/pandoc-plot-Linux-x86_64.zip
- sha256sums = 8ffe77dfd9b78eb461e3e153d49b98dd850a26a4776ea78d5d54ecb44db33ae5
+ source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.4.1/pandoc-plot-Linux-x86_64.zip
+ sha256sums = 047bd0d5c0af5fc43119ede80471b38bffc85f6e002920dd4763310fc4ed0a08
pkgname = pandoc-plot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0f735565b5b0..6546a0a2dd44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
-pkgver=1.4.0
+pkgver=1.4.1
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=('8ffe77dfd9b78eb461e3e153d49b98dd850a26a4776ea78d5d54ecb44db33ae5')
+sha256sums=('047bd0d5c0af5fc43119ede80471b38bffc85f6e002920dd4763310fc4ed0a08')
package() {
install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot