summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntonym2022-05-12 21:53:55 +0200
committersyntonym2022-05-12 21:53:55 +0200
commit5be922478215508978dd0f79a86e4d4b5888ef32 (patch)
tree949f1b10442781d730d8e1867c9dfb151a08aa4c
parentbd83936de912f34cc4072f7e27c90d801a3f6a2f (diff)
downloadaur-5be922478215508978dd0f79a86e4d4b5888ef32.tar.gz
Release 1.5.2
Overhauled the way executables are handled. This fixes an issue where executables specified in documents (rather than configuration) were ignored (#46).
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fda09ee4da1..cd2faa7c3115 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.1
+ pkgver = 1.5.2
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.1/pandoc-plot-Linux-x86_64.zip
- sha256sums = dd1578a261d94e30f842f7df94947ba9645c8f2c38473a43eea900fbedcf37c5
+ source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.5.2/pandoc-plot-Linux-x86_64.zip
+ sha256sums = 49222bbd1779b60da990b7ff7995cca75b217cc874b199e311ff76ec6d6f7fda
pkgname = pandoc-plot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 31047538efa7..59ae1e346acf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
-pkgver=1.5.1
+pkgver=1.5.2
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=('dd1578a261d94e30f842f7df94947ba9645c8f2c38473a43eea900fbedcf37c5')
+sha256sums=('49222bbd1779b60da990b7ff7995cca75b217cc874b199e311ff76ec6d6f7fda')
package() {
install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot