summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitri Kourennyi2020-05-27 12:55:32 -0400
committerDmitri Kourennyi2020-05-27 12:55:32 -0400
commit79482a826696f31dd77ced87284af0877003849e (patch)
treeed3bbda95999aba1779f52034dd8cf133127f006 /PKGBUILD
parent677a5a376c78d5ea20bfbd0f5ce9d23037728d33 (diff)
downloadaur-79482a826696f31dd77ced87284af0877003849e.tar.gz
Update to v1.54
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 713ad1d414f9..5294ebd818b9 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.53
+pkgver=1.54
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")
-sha256sums=("8f4a77afa64d0e110fa92d58fcda8b723aa7dcff69a29d5c3eed8b4f2bf1274e")
+sha256sums=("5549e97d53a813e87938d73339df0dc858072ae5dff388541428741c9becb512")
build() {
cd "$srcdir/${pkgname}-${pkgver}"