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 0fa3384cd27d..f8874c792a77 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.3.0
+ pkgver = 1.0.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.9.3.0/pandoc-plot-linux-x86_64.tar.xz
- sha256sums = cd58a5fd8eb887636a86451967f18440daef9b3e7f836c8eba43168ff7f25707
+ source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.0.0.0/pandoc-plot-linux-x86_64.tar.xz
+ sha256sums = a0de9ae528f14c62455d66ff448ec773ba81f525b9d0f6b70a14ee445927f685
pkgname = pandoc-plot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5661ccfba489..86b3f93780b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
-pkgver=0.9.3.0
+pkgver=1.0.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-$CARCH.tar.xz")
-sha256sums=('cd58a5fd8eb887636a86451967f18440daef9b3e7f836c8eba43168ff7f25707')
+sha256sums=('a0de9ae528f14c62455d66ff448ec773ba81f525b9d0f6b70a14ee445927f685')
package() {
install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot