summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntonym2021-06-12 11:44:10 +0200
committersyntonym2021-06-12 11:44:10 +0200
commitf4497b512fd2f9a77ab8ecd6e5e84773db9b87ea (patch)
tree452b7b831e443315c8503e501be1881de5b29509
parent6ce8b437c8c433574c43f8ac8d7426bc63cc0591 (diff)
downloadaur-f4497b512fd2f9a77ab8ecd6e5e84773db9b87ea.tar.gz
Update hash
The release strategy of pandoc-plot changed and assets of a version may change. Updated the PKGBUILD with the current hash (commit 6009a5f836).
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8aec85dd75da..fe58d8afdd7d 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.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/LaurentRDC/pandoc-plot
arch = x86_64
license = GPL2
source = https://github.com/LaurentRDC/pandoc-plot/releases/download/1.2.3/pandoc-plot-Linux-x86_64.zip
- sha256sums = 2c84a366724496bc60f22d4c0ec945d891f19390f8c5ec6311a5e5614aef1e05
+ sha256sums = 108b70fb4120126fbf2f836d2a9d980deeff364c5f95f61873a5fa10e877712d
pkgname = pandoc-plot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0224ee183407..5cb1e8213390 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
pkgver=1.2.3
-pkgrel=1
+pkgrel=2
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.zip")
-sha256sums=('2c84a366724496bc60f22d4c0ec945d891f19390f8c5ec6311a5e5614aef1e05')
+sha256sums=('108b70fb4120126fbf2f836d2a9d980deeff364c5f95f61873a5fa10e877712d')
package() {
install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot