summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntonym2021-01-11 01:40:00 +0100
committersyntonym2021-01-11 01:40:00 +0100
commit7948cfbc1294800400d702fdab5e1bf3cd5bd995 (patch)
treebe49c73dc5dd0ce2ed6a687cd50d075811e44f5c
parent6f22edc220f1131d180ee7b033094c7e38e6e565 (diff)
downloadaur-7948cfbc1294800400d702fdab5e1bf3cd5bd995.tar.gz
new version 1.0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a80c0d69f1e1..4d032b2a4b3a 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.1.0
+ pkgver = 1.0.2.0
pkgrel = 1
url = https://github.com/LaurentRDC/pandoc-plot
arch = x86_64
license = GPL2
- source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.0.1.0/pandoc-plot-linux-x86_64.tar.xz
- sha256sums = ca68d12230b17eb8a97a186a6500da77bd391816ede1138731440e81803ba44d
+ source = https://github.com/LaurentRDC/pandoc-plot/releases/download/v1.0.2.0/pandoc-plot-Linux-x86_64.zip
+ sha256sums = 3b50d5926207064caf609b097042f6ad774de1bcd32e122f3d595d300affe316
pkgname = pandoc-plot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 59d89e2cfb19..fc342c1e65cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
-pkgver=1.0.1.0
+pkgver=1.0.2.0
pkgrel=1
epoch=
pkgdesc="Render and include figures in Pandoc documents using your plotting toolkit of choice"
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=('ca68d12230b17eb8a97a186a6500da77bd391816ede1138731440e81803ba44d')
+source=("https://github.com/LaurentRDC/pandoc-plot/releases/download/v$pkgver/pandoc-plot-Linux-$CARCH.zip")
+sha256sums=('3b50d5926207064caf609b097042f6ad774de1bcd32e122f3d595d300affe316')
package() {
install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot