From 339150329e4e861eefab7d38fc374fe49753bbef Mon Sep 17 00:00:00 2001 From: lemmi Date: Mon, 9 Oct 2017 06:17:23 +0200 Subject: [PATCH] vnstat: add image output suppport --- srcpkgs/vnstat/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/vnstat/template b/srcpkgs/vnstat/template index c886f4cdc50..2157add076c 100644 --- a/srcpkgs/vnstat/template +++ b/srcpkgs/vnstat/template @@ -1,9 +1,10 @@ # Template build file for "vnstat" pkgname=vnstat version=1.17 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" +makedepends="gd-devel" short_desc="A terminal based network traffic monitor" maintainer="Eivind Uggedal " homepage="http://humdi.net/vnstat/"