summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 241dfd1cff3b..4815bd16a9d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = pandoc-plot-bin
pkgdesc = Render and include figures in Pandoc documents using your plotting toolkit of choice
- pkgver = 1.6.1
+ pkgver = 1.7.0
pkgrel = 0
url = https://github.com/LaurentRDC/pandoc-plot
arch = x86_64
license = GPL2
- source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.6.1/pandoc-plot-Linux-x86_64.zip
- sha256sums = 3ca260c3e84c035cdfa12ab035a1186c9580b2aa8c3c7628b4d9cf1a054c5a58
+ source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.7.0/pandoc-plot-Linux-x86_64.zip
+ sha256sums = 53e7e40d58de1178d8969f145c3a26cf692e87da7a9ac2845a2cd5082ce2d241
pkgname = pandoc-plot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 321c38b8a8a1..3f35e929c56c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
-pkgver=1.6.1
+pkgver=1.7.0
pkgrel=0
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=('3ca260c3e84c035cdfa12ab035a1186c9580b2aa8c3c7628b4d9cf1a054c5a58')
+sha256sums=('53e7e40d58de1178d8969f145c3a26cf692e87da7a9ac2845a2cd5082ce2d241')
package() {
install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot