conky: update to 1.11.5.

This commit is contained in:
Piraty 2019-08-21 23:14:02 +02:00
parent e19adae0b6
commit 913a5518a9

View file

@ -1,6 +1,6 @@
# Template file for 'conky'
pkgname=conky
version=1.11.4
version=1.11.5
revision=1
build_style=cmake
conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf"
@ -18,7 +18,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause, GPL-3.0-or-later"
homepage="https://github.com/brndnmtthws/conky"
distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz"
checksum=344637646c15c4cb7cf0afdde4651ee3100f7812e7bb8434ca757eba5c621a48
checksum=4cefdd92219a90934c28297e4ac7448a3f69d6aeec5d48c5763b23f6b214ef13
do_install() {
make -C build DESTDIR=${DESTDIR} install
@ -29,4 +29,3 @@ do_install() {
vlicense COPYING
}