summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntonym2021-05-31 10:52:16 +0200
committersyntonym2021-05-31 10:52:16 +0200
commit61e7e2c29336e2b6b84ce13a5aa6411542041f34 (patch)
tree94ba660b74bfba3a3fd4486fb3c16db8b55ce8cf
parent75718b92879e2b8ee8aa5b5bdb2e12dc92533bc4 (diff)
downloadaur-61e7e2c29336e2b6b84ce13a5aa6411542041f34.tar.gz
update to 1.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 717889877149..80f458753742 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 = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://github.com/LaurentRDC/pandoc-plot
arch = x86_64
license = GPL2
- source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.2.1/pandoc-plot-Linux-x86_64.zip
- sha256sums = 0220efe459e3fb14118555d90f83c2c8ca9f250de20246be145d6e3b9f5aaf89
+ source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.2.2/pandoc-plot-Linux-x86_64.zip
+ sha256sums = ff87be779483dcc6c36b8dd2fa035d85c919753ad0fd4af89c42303d7618fa86
pkgname = pandoc-plot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 495302357b1e..f3fae635be88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
-pkgver=1.2.1
+pkgver=1.2.2
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.zip")
-sha256sums=('0220efe459e3fb14118555d90f83c2c8ca9f250de20246be145d6e3b9f5aaf89')
+sha256sums=('ff87be779483dcc6c36b8dd2fa035d85c919753ad0fd4af89c42303d7618fa86')
package() {
install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot