summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntonym2020-09-21 11:27:26 +0200
committersyntonym2020-09-21 11:27:26 +0200
commite5bd7921c931ea6d9b654de30770c541a59da285 (patch)
treed0422b14f160c48702f67e92b91e4c71e633d84e
parent0651b4a359b480ba3455707d266254626b209b65 (diff)
downloadaur-e5bd7921c931ea6d9b654de30770c541a59da285.tar.gz
pandoc-plot-bin update 0.9.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74939178d32b..0fa3384cd27d 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.2.0
+ pkgver = 0.9.3.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.2.0/pandoc-plot-linux-x86_64.tar.xz
- sha256sums = 2d12142f34e1df8befbf917fa79f11e97d47060328239e9e98a788bf32297f48
+ source = https://github.com/LaurentRDC/pandoc-plot/releases/download/0.9.3.0/pandoc-plot-linux-x86_64.tar.xz
+ sha256sums = cd58a5fd8eb887636a86451967f18440daef9b3e7f836c8eba43168ff7f25707
pkgname = pandoc-plot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 079d04a8ee09..5661ccfba489 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
-pkgver=0.9.2.0
+pkgver=0.9.3.0
pkgrel=1
epoch=
pkgdesc="Render and include figures in Pandoc documents using your plotting toolkit of choice"
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=('2d12142f34e1df8befbf917fa79f11e97d47060328239e9e98a788bf32297f48')
+source=("https://github.com/LaurentRDC/pandoc-plot/releases/download/$pkgver/pandoc-plot-linux-$CARCH.tar.xz")
+sha256sums=('cd58a5fd8eb887636a86451967f18440daef9b3e7f836c8eba43168ff7f25707')
package() {
install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot