summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitri Kourennyi2022-08-01 10:07:15 -0400
committerDmitri Kourennyi2022-08-01 10:07:15 -0400
commit87e416f84ac78d2d585b16d67dedc992689a5ca7 (patch)
tree047e3e9fe3eb4445914e6b18abd26fe365f8f2ba
parentc00c0ac1d748db720f7f2956a51f938b0dfded2a (diff)
downloadaur-87e416f84ac78d2d585b16d67dedc992689a5ca7.tar.gz
Rebuild module after perl 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 e650acd0a2b9..dba7b4509efe 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 = 1
+ pkgrel = 2
url = https://github.com/dkogan/feedgnuplot
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index aed73568668f..1e70ec5d47b9 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=1
+pkgrel=2
pkgdesc="Tool to plot realtime and stored data from the commandline, using gnuplot."
arch=('any')
url="https://github.com/dkogan/feedgnuplot"