summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntonym2021-03-02 22:13:46 +0100
committersyntonym2021-03-02 22:13:46 +0100
commita998f1d6f98f036804e04e1612f4459da094b376 (patch)
tree7fd84f54c9369224f668c08edb22af487e1427f9
parentb9fdf6138d85c9e57faa996ebfdfc70ea339953f (diff)
downloadaur-a998f1d6f98f036804e04e1612f4459da094b376.tar.gz
Support for PlantUML
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 170732b57b05..fd57384bd768 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.1
+ pkgver = 1.1.0
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.1/pandoc-plot-Linux-x86_64.zip
- sha256sums = 7710be43313c5338fbc4feebad4e6eb2c0bc45f64a68ff80fbc11e2b0eda75a2
+ source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.1.0/pandoc-plot-Linux-x86_64.zip
+ sha256sums = cac5e764269e542e15f99fa8790ed706b33ca84d10f286971efc46de685bf26b
pkgname = pandoc-plot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3e2d5b018f7e..b4ceed5b12a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
-pkgver=1.0.2.1
+pkgver=1.1.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/v$pkgver/pandoc-plot-Linux-$CARCH.zip")
-sha256sums=('7710be43313c5338fbc4feebad4e6eb2c0bc45f64a68ff80fbc11e2b0eda75a2')
+source=("https://github.com/LaurentRDC/pandoc-plot/releases/download/$pkgver/pandoc-plot-Linux-$CARCH.zip")
+sha256sums=('cac5e764269e542e15f99fa8790ed706b33ca84d10f286971efc46de685bf26b')
package() {
install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot