summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitri Kourennyi2021-03-12 16:08:06 -0500
committerDmitri Kourennyi2021-03-12 16:08:06 -0500
commitaa89262d098d8b13d0a3fd7633ae393e61cbaceb (patch)
tree08f4ca589ab79d0c9f8e5f65a84bdac0d23347c1 /PKGBUILD
parent3dd35d4706dd06698b01c417c391a9f5e1cb3a80 (diff)
downloadaur-aa89262d098d8b13d0a3fd7633ae393e61cbaceb.tar.gz
v1.58 release
Upstream changes: * Added --using, --usingall * Added --cmds as a synonym for --extracmds
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1a3c5ddd3d3..0ab68c320fed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dmitri Kourennyi <dkour at mykolab dot com>
# Contributor: Eric Schulte <[firstname] dot [lastname] at gmx dot com>
pkgname=feedgnuplot
-pkgver=1.57
+pkgver=1.58
pkgrel=1
pkgdesc="General purpose pipe-oriented plotting tool"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('perl' 'gnuplot' 'perl-list-moreutils' 'perl-string-shellquote')
provides=('feedgnuplot')
source=("https://github.com/dkogan/feedgnuplot/archive/v${pkgver}.tar.gz")
-b2sums=("4904bef8ef582c7d8639d7f904e40559c6b30ec714499df073ccd4db2a5f54b2b88117436af9005f11ea336d0a473e96a8e31debc1e35c7dea26b229f343c53e")
+b2sums=("0a57d44658661ebc167d3dbcf6000f5dfee0d1dcd22185129a915180611e2588d719fbd7b268869373eff4e5d95ca4660a295dc02431ea27ba7578b7999a07e8")
build() {
cd "$srcdir/${pkgname}-${pkgver}" || exit