summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntonym2020-08-05 11:15:11 +0200
committersyntonym2020-08-05 11:15:11 +0200
commit6f465c22f6102a4d079df2905d49a598b206ca69 (patch)
tree39fa0130a6b893cf9c693e868e6313ded5f3e9bd
parent980501fca86c3b07c724682b983fe58410de752c (diff)
downloadaur-6f465c22f6102a4d079df2905d49a598b206ca69.tar.gz
pandoc-plot-bin update to 0.9.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f333ea06e67..e0398ff9ef9d 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.8.1.0
+ pkgver = 0.9.0.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.8.1.0/pandoc-plot-linux-x86_64.tar.xz
- sha256sums = 729efd23d4b3ccc22391e5fb00cf0c7f55eb7a944085da7f5c5c99b19bea6b8b
+ source = https://github.com/LaurentRDC/pandoc-plot/releases/download/0.9.0.0/pandoc-plot-linux-x86_64.tar.xz
+ sha256sums = 3e9f177068ca08b5517e7290dd408e39fea6f29c28b4dba40e7951e9e8c562c6
pkgname = pandoc-plot-bin
diff --git a/PKGBUILD b/PKGBUILD
index c54e1247bc58..0e21b694b925 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
-pkgver=0.8.1.0
+pkgver=0.9.0.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=('729efd23d4b3ccc22391e5fb00cf0c7f55eb7a944085da7f5c5c99b19bea6b8b')
+sha256sums=('3e9f177068ca08b5517e7290dd408e39fea6f29c28b4dba40e7951e9e8c562c6')
package() {
install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot