summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntonym2022-03-28 13:24:46 +0200
committersyntonym2022-03-28 13:24:46 +0200
commit55900d548a7abd4efe0e3cf00cc58740dc07da49 (patch)
tree2a6454b9c3d9bebf005284fa4c5e85af7092ab48
parent0b4cf2243ef222a0005c6b89e52d02d9b9d56494 (diff)
downloadaur-55900d548a7abd4efe0e3cf00cc58740dc07da49.tar.gz
Release 1.5.0
Adds support for Sage (#44). Fixes an issue where the parsing of default save format from configuration was overly restrictive (#42). Linux and Windows executables are now built with GHC 9.2.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0893f4c78d81..8c3fadca3e64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = pandoc-plot-bin
pkgdesc = Render and include figures in Pandoc documents using your plotting toolkit of choice
- pkgver = 1.4.1
+ pkgver = 1.5.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.4.1/pandoc-plot-Linux-x86_64.zip
- sha256sums = 047bd0d5c0af5fc43119ede80471b38bffc85f6e002920dd4763310fc4ed0a08
+ source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.5.0/pandoc-plot-Linux-x86_64.zip
+ sha256sums = dda2221d9cb7a59094a5ddccc0e33c2d278ce5ff60ca6c533e3d1d7d735979ec
pkgname = pandoc-plot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6546a0a2dd44..684ecf979e44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
-pkgver=1.4.1
+pkgver=1.5.0
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=('047bd0d5c0af5fc43119ede80471b38bffc85f6e002920dd4763310fc4ed0a08')
+sha256sums=('dda2221d9cb7a59094a5ddccc0e33c2d278ce5ff60ca6c533e3d1d7d735979ec')
package() {
install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot