summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Smith2017-04-18 13:47:54 +1000
committerPhillip Smith2017-04-18 13:47:54 +1000
commit4b8092166e8f926d9fddfa1a432cfbbc2944a2af (patch)
treef7700c907fb0a7744fb86140e1972748ab007e2d
parentee9ceb0ecdaa4d0abaa7135a4805891e05413165 (diff)
downloadaur-4b8092166e8f926d9fddfa1a432cfbbc2944a2af.tar.gz
upgpkg: sysusage 5.5-1
upstream release sysusage; bump to 5.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eccb9f8fe1b3..499f911af746 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Apr 18 03:47:54 UTC 2017
pkgbase = sysusage
pkgdesc = Monitor your systems informations and generate periodical graph reports using rrdtool. All reports are shown throught a web interface.
- pkgver = 5.4
- pkgrel = 2
+ pkgver = 5.5
+ pkgrel = 1
url = http://sysusage.darold.net/
install = sysusage.install
arch = any
@@ -13,8 +15,8 @@ pkgbase = sysusage
depends = perl-proc-queue
depends = procps-ng
backup = etc/sysusage.cfg
- source = http://downloads.sourceforge.net/sysusage/sysusage-5.4.tar.gz
- md5sums = c664de8983bc86ec7f0c09831974e6b6
+ source = http://downloads.sourceforge.net/sysusage/sysusage-5.5.tar.gz
+ md5sums = 181fc8df2624bbb224981dc450353b6c
pkgname = sysusage
diff --git a/PKGBUILD b/PKGBUILD
index c3e9a24692df..1803988fae98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@
### the software) then please do email me or post an AUR comment.
pkgname=sysusage
-pkgver=5.4
-pkgrel=2
+pkgver=5.5
+pkgrel=1
pkgdesc="Monitor your systems informations and generate periodical graph reports using rrdtool. All reports are shown throught a web interface."
arch=('any')
url="http://sysusage.darold.net/"
@@ -22,7 +22,7 @@ depends=('inetutils' 'rrdtool' 'sysstat' 'perl' 'perl-proc-queue' 'procps-ng')
backup=('etc/sysusage.cfg')
install="$pkgname.install"
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('c664de8983bc86ec7f0c09831974e6b6')
+md5sums=('181fc8df2624bbb224981dc450353b6c')
build() {
cd "$srcdir"/$pkgname-$pkgver