summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitri Kourennyi2023-09-22 00:31:22 -0400
committerDmitri Kourennyi2023-09-22 00:33:09 -0400
commitbfb9fdb86e70ae9309fe314591c578dada1561d0 (patch)
tree1c397b6ed1a250bc5fff435d6839566973846b06
parent87e416f84ac78d2d585b16d67dedc992689a5ca7 (diff)
downloadaur-bfb9fdb86e70ae9309fe314591c578dada1561d0.tar.gz
Rebuild module after perl 5.38 update to remove warning about old modules
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dba7b4509efe..361907cec660 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = feedgnuplot
pkgdesc = Tool to plot realtime and stored data from the commandline, using gnuplot.
pkgver = 1.61
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/dkogan/feedgnuplot
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 1e70ec5d47b9..2407fa0d7430 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Eric Schulte <[firstname] dot [lastname] at gmx dot com>
pkgname=feedgnuplot
pkgver=1.61
-pkgrel=2
+pkgrel=3
pkgdesc="Tool to plot realtime and stored data from the commandline, using gnuplot."
arch=('any')
url="https://github.com/dkogan/feedgnuplot"