From ee205e128aee328ad539e98357eefd2c67e0d290 Mon Sep 17 00:00:00 2001 From: cr6-git Date: Mon, 1 May 2017 17:07:02 +0200 Subject: [PATCH] dfc: update to 3.1.0 + add BSD license. --- srcpkgs/dfc/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dfc/template b/srcpkgs/dfc/template index 5b87250167..f52ea6a3c1 100644 --- a/srcpkgs/dfc/template +++ b/srcpkgs/dfc/template @@ -1,6 +1,6 @@ # Template file for 'dfc' pkgname=dfc -version=3.0.5 +version=3.1.0 revision=1 build_style=cmake configure_args="-DXDG_CONFIG_DIR=/etc/xdg" @@ -8,6 +8,10 @@ short_desc="Display file system space usage using graphs and colors" maintainer='Juan RP ' license="BSD" homepage="http://projects.gw-computing.net/projects/dfc" -distfiles="http://projects.gw-computing.net/attachments/download/467/dfc-${version}.tar.gz" -checksum=3c947a1d6bc53347b1643921dcbf4c6f8fe7eb6167fc1f4e9436366f036d857a +distfiles="http://projects.gw-computing.net/attachments/download/614/${pkgname}-${version}.tar.gz" +checksum=8ad98ba1a9685a1bf33a2d3b8f2737dedef6019543d19d1b5ebd1783be740feb conf_files="/etc/xdg/dfc/dfcrc" + +post_install() { + vlicense LICENSE +}