summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitri Kourennyi2021-02-22 14:39:12 -0500
committerDmitri Kourennyi2021-02-22 14:39:12 -0500
commit3dd35d4706dd06698b01c417c391a9f5e1cb3a80 (patch)
treee63c8a91dde8f794d9177f12d9c197467596f145
parentd09aa10684b0ca1f265e202b3e57b363eb55b2b2 (diff)
downloadaur-3dd35d4706dd06698b01c417c391a9f5e1cb3a80.tar.gz
v1.57 release
Upstream changes: * Added --xticlabels to label the x-axis tics from the data * Added --equation-above and --equation-below to control the equation drawing sequence
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbe868848700..bde6395127e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = feedgnuplot
pkgdesc = General purpose pipe-oriented plotting tool
- pkgver = 1.56
+ pkgver = 1.57
pkgrel = 1
url = https://github.com/dkogan/feedgnuplot
arch = any
@@ -10,8 +10,8 @@ pkgbase = feedgnuplot
depends = perl-list-moreutils
depends = perl-string-shellquote
provides = feedgnuplot
- source = https://github.com/dkogan/feedgnuplot/archive/v1.56.tar.gz
- sha256sums = 93943aee58f124cc21f70267fcfba48ec70a8dc112ddcba075afe074b51270bc
+ source = https://github.com/dkogan/feedgnuplot/archive/v1.57.tar.gz
+ b2sums = 4904bef8ef582c7d8639d7f904e40559c6b30ec714499df073ccd4db2a5f54b2b88117436af9005f11ea336d0a473e96a8e31debc1e35c7dea26b229f343c53e
pkgname = feedgnuplot
diff --git a/PKGBUILD b/PKGBUILD
index 1a3d8c9a10f6..a1a3c5ddd3d3 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.56
+pkgver=1.57
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=("93943aee58f124cc21f70267fcfba48ec70a8dc112ddcba075afe074b51270bc")
+b2sums=("4904bef8ef582c7d8639d7f904e40559c6b30ec714499df073ccd4db2a5f54b2b88117436af9005f11ea336d0a473e96a8e31debc1e35c7dea26b229f343c53e")
build() {
cd "$srcdir/${pkgname}-${pkgver}" || exit