summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntonym2021-05-18 21:24:15 +0200
committersyntonym2021-05-18 21:24:15 +0200
commit75718b92879e2b8ee8aa5b5bdb2e12dc92533bc4 (patch)
treeda90764b6702202520d02a44eb4fcc9f26da43c6
parentf2291f26aa80be9f08271dc79d0b8187e8178c4d (diff)
downloadaur-75718b92879e2b8ee8aa5b5bdb2e12dc92533bc4.tar.gz
Update to 1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce665bf71807..717889877149 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.0
+ pkgver = 1.2.1
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.0/pandoc-plot-Linux-x86_64.zip
- sha256sums = 3a3dce6bc6ec27f95901ec2612ab33d3e660979ba9f3a7b2dd800e3623e77a36
+ source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.2.1/pandoc-plot-Linux-x86_64.zip
+ sha256sums = 0220efe459e3fb14118555d90f83c2c8ca9f250de20246be145d6e3b9f5aaf89
pkgname = pandoc-plot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4db501f5b9ae..495302357b1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
-pkgver=1.2.0
+pkgver=1.2.1
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=('3a3dce6bc6ec27f95901ec2612ab33d3e660979ba9f3a7b2dd800e3623e77a36')
+sha256sums=('0220efe459e3fb14118555d90f83c2c8ca9f250de20246be145d6e3b9f5aaf89')
package() {
install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot