summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntonym2021-06-10 11:12:29 +0200
committersyntonym2021-06-10 11:12:29 +0200
commit6ce8b437c8c433574c43f8ac8d7426bc63cc0591 (patch)
tree8347e64a3714e346eb57d09be35f97aef81d0107
parent61e7e2c29336e2b6b84ce13a5aa6411542041f34 (diff)
downloadaur-6ce8b437c8c433574c43f8ac8d7426bc63cc0591.tar.gz
1.2.3 Bugfix
Matlab figures are now saved in the correct location
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80f458753742..8aec85dd75da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = pandoc-plot-bin
pkgdesc = Render and include figures in Pandoc documents using your plotting toolkit of choice
- pkgver = 1.2.2
+ pkgver = 1.2.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.2.2/pandoc-plot-Linux-x86_64.zip
- sha256sums = ff87be779483dcc6c36b8dd2fa035d85c919753ad0fd4af89c42303d7618fa86
+ source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.2.3/pandoc-plot-Linux-x86_64.zip
+ sha256sums = 2c84a366724496bc60f22d4c0ec945d891f19390f8c5ec6311a5e5614aef1e05
pkgname = pandoc-plot-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index f3fae635be88..0224ee183407 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
-pkgver=1.2.2
+pkgver=1.2.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=('ff87be779483dcc6c36b8dd2fa035d85c919753ad0fd4af89c42303d7618fa86')
+sha256sums=('2c84a366724496bc60f22d4c0ec945d891f19390f8c5ec6311a5e5614aef1e05')
package() {
install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot