summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntonym2020-08-25 11:08:21 +0200
committersyntonym2020-08-25 11:08:21 +0200
commit0651b4a359b480ba3455707d266254626b209b65 (patch)
treeaccdf92eb1d854009fa4866d1c60153ce49de575
parent6f465c22f6102a4d079df2905d49a598b206ca69 (diff)
downloadaur-0651b4a359b480ba3455707d266254626b209b65.tar.gz
pandoc-plot version 0.9.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0398ff9ef9d..74939178d32b 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 = 0.9.0.0
+ pkgver = 0.9.2.0
pkgrel = 1
url = https://github.com/LaurentRDC/pandoc-plot
arch = x86_64
license = GPL2
- source = https://github.com/LaurentRDC/pandoc-plot/releases/download/0.9.0.0/pandoc-plot-linux-x86_64.tar.xz
- sha256sums = 3e9f177068ca08b5517e7290dd408e39fea6f29c28b4dba40e7951e9e8c562c6
+ source = https://github.com/LaurentRDC/pandoc-plot/releases/download/0.9.2.0/pandoc-plot-linux-x86_64.tar.xz
+ sha256sums = 2d12142f34e1df8befbf917fa79f11e97d47060328239e9e98a788bf32297f48
pkgname = pandoc-plot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0e21b694b925..079d04a8ee09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
-pkgver=0.9.0.0
+pkgver=0.9.2.0
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-x86_64.tar.xz")
-sha256sums=('3e9f177068ca08b5517e7290dd408e39fea6f29c28b4dba40e7951e9e8c562c6')
+sha256sums=('2d12142f34e1df8befbf917fa79f11e97d47060328239e9e98a788bf32297f48')
package() {
install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot