summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntonym2021-03-16 09:00:53 +0100
committersyntonym2021-03-16 09:00:53 +0100
commitd02465d4d7cc3b5704fcc840fc39f0d1412de186 (patch)
tree46b6b49e6db86b2400673047702432dd80ee7bd9
parenta998f1d6f98f036804e04e1612f4459da094b376 (diff)
downloadaur-d02465d4d7cc3b5704fcc840fc39f0d1412de186.tar.gz
Update to version 1.1.1
*Error messages now include the source script and line numbers. *The executables are now built with Pandoc 2.12. Pandoc 2.11 is still supported.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd57384bd768..45275fca9e4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = pandoc-plot-bin
pkgdesc = Render and include figures in Pandoc documents using your plotting toolkit of choice
- pkgver = 1.1.0
+ pkgver = 1.1.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.1.0/pandoc-plot-Linux-x86_64.zip
- sha256sums = cac5e764269e542e15f99fa8790ed706b33ca84d10f286971efc46de685bf26b
+ source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.1.1/pandoc-plot-Linux-x86_64.zip
+ sha256sums = e39b03eb9621660f52982e4972a4d15443d6797d2776aeedbb708337be77f5d0
pkgname = pandoc-plot-bin
diff --git a/PKGBUILD b/PKGBUILD
index b4ceed5b12a1..a5499caf9961 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
-pkgver=1.1.0
+pkgver=1.1.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=('cac5e764269e542e15f99fa8790ed706b33ca84d10f286971efc46de685bf26b')
+sha256sums=('e39b03eb9621660f52982e4972a4d15443d6797d2776aeedbb708337be77f5d0')
package() {
install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot