dfc: update to 3.1.1.
This commit is contained in:
parent
5bd363e936
commit
de7c2d88d0
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'dfc'
|
# Template file for 'dfc'
|
||||||
pkgname=dfc
|
pkgname=dfc
|
||||||
version=3.1.0
|
version=3.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DXDG_CONFIG_DIR=/etc/xdg"
|
configure_args="-DXDG_CONFIG_DIR=/etc/xdg"
|
||||||
short_desc="Display file system space usage using graphs and colors"
|
short_desc="Display file system space usage using graphs and colors"
|
||||||
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
||||||
license="BSD"
|
license="3-clause-BSD"
|
||||||
homepage="http://projects.gw-computing.net/projects/dfc"
|
homepage="http://projects.gw-computing.net/projects/dfc"
|
||||||
distfiles="http://projects.gw-computing.net/attachments/download/614/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/Rolinh/dfc/archive/v${version}.tar.gz"
|
||||||
checksum=8ad98ba1a9685a1bf33a2d3b8f2737dedef6019543d19d1b5ebd1783be740feb
|
checksum=cea18fab1f053eddc359530816712edd1f497c556035a7c4d63ac87a4abc4b28
|
||||||
conf_files="/etc/xdg/dfc/dfcrc"
|
conf_files="/etc/xdg/dfc/dfcrc"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue