summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntonym2021-01-12 22:32:28 +0100
committersyntonym2021-01-12 22:32:28 +0100
commitb9fdf6138d85c9e57faa996ebfdfc70ea339953f (patch)
tree2c0757e3e7032b928cc6f3ce8eb2f77947f2a037
parent7948cfbc1294800400d702fdab5e1bf3cd5bd995 (diff)
downloadaur-b9fdf6138d85c9e57faa996ebfdfc70ea339953f.tar.gz
1.0.2.1 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d032b2a4b3a..170732b57b05 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.0.2.0
+ pkgver = 1.0.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/v1.0.2.0/pandoc-plot-Linux-x86_64.zip
- sha256sums = 3b50d5926207064caf609b097042f6ad774de1bcd32e122f3d595d300affe316
+ source = https://github.com/LaurentRDC/pandoc-plot/releases/download/v1.0.2.1/pandoc-plot-Linux-x86_64.zip
+ sha256sums = 7710be43313c5338fbc4feebad4e6eb2c0bc45f64a68ff80fbc11e2b0eda75a2
pkgname = pandoc-plot-bin
diff --git a/PKGBUILD b/PKGBUILD
index fc342c1e65cb..3e2d5b018f7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
-pkgver=1.0.2.0
+pkgver=1.0.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/v$pkgver/pandoc-plot-Linux-$CARCH.zip")
-sha256sums=('3b50d5926207064caf609b097042f6ad774de1bcd32e122f3d595d300affe316')
+sha256sums=('7710be43313c5338fbc4feebad4e6eb2c0bc45f64a68ff80fbc11e2b0eda75a2')
package() {
install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot