sct: update to 0.5.

This commit is contained in:
Duncaen 2020-01-29 13:07:50 +01:00
parent 8b38be8322
commit 5658b48608
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,6 +1,6 @@
# Template file for 'sct' # Template file for 'sct'
pkgname=sct pkgname=sct
version=0.4 version=0.5
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
makedepends="libXrandr-devel" makedepends="libXrandr-devel"
@ -9,9 +9,11 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
license="ISC" license="ISC"
homepage="http://www.tedunangst.com/flak/post/sct-set-color-temperature" homepage="http://www.tedunangst.com/flak/post/sct-set-color-temperature"
distfiles="https://www.umaxx.net/dl/sct-${version}.tar.gz" distfiles="https://www.umaxx.net/dl/sct-${version}.tar.gz"
checksum=9b36ea3342eaad3077077176ac43105dfc8260d940fbeeb8827d5f1467faa764 checksum=15380c3775e38e0a46a57343c29cacff06dde2f340c2cc09e08bb118cee93053
do_install() { do_install() {
vbin sct vbin sct
vman sct.1 vman sct.1
vbin sctd.sh sctd
vman sctd.1
} }