summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntonym2023-01-24 10:34:48 +0100
committersyntonym2023-01-24 10:34:48 +0100
commite5421eaf0ac81a31b1124de97f9c63a27eed8cde (patch)
tree90555524d5bebe856f36d2dbf27a94f626affbc6
parent54e06708c43b535929993a5c875807264cab6147 (diff)
downloadaur-e5421eaf0ac81a31b1124de97f9c63a27eed8cde.tar.gz
pandoc-plot 1.6.1
Fixed an issue where figure attributes were lost, which prevent other filters (e.g. pandoc-crossref) from working in conjunction with pandoc-plot.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5d411d3d1cc..241dfd1cff3b 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.5
- pkgrel = 1
+ pkgver = 1.6.1
+ pkgrel = 0
url = https://github.com/LaurentRDC/pandoc-plot
arch = x86_64
license = GPL2
- source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.5.5/pandoc-plot-Linux-x86_64.zip
- sha256sums = 533499dcef096e51d887a06d01210882c28777a82278733122d17a282274a604
+ source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.6.1/pandoc-plot-Linux-x86_64.zip
+ sha256sums = 3ca260c3e84c035cdfa12ab035a1186c9580b2aa8c3c7628b4d9cf1a054c5a58
pkgname = pandoc-plot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6ea85d8c78fe..321c38b8a8a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
-pkgver=1.5.5
-pkgrel=1
+pkgver=1.6.1
+pkgrel=0
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=('533499dcef096e51d887a06d01210882c28777a82278733122d17a282274a604')
+sha256sums=('3ca260c3e84c035cdfa12ab035a1186c9580b2aa8c3c7628b4d9cf1a054c5a58')
package() {
install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot