gammastep: update to 2.0.6

This commit is contained in:
Cameron Nemo 2020-12-12 17:46:02 -08:00 committed by Érico Nogueira Rolim
parent 6786ebb410
commit 48df12b2cf
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gammastep'
pkgname=gammastep
version=2.0.5
version=2.0.6
revision=1
wrksrc="${pkgname}-v$version"
build_style=gnu-configure
@ -17,7 +17,7 @@ license="GPL-3.0-or-later"
homepage="https://gitlab.com/chinstrap/gammastep"
changelog="https://gitlab.com/chinstrap/gammastep/raw/master/NEWS.md"
distfiles="${homepage}/-/archive/v$version/${pkgname}-v$version.tar.gz"
checksum=4bce40a27128485ea2c9d4d114fcaa7b2a349bb563a57140f6e13f0e08bbc916
checksum=c5c2cc8d5a7c451c92a2d00415697eff45c792d438b0dd275dbab04f7b940160
build_options="geoclue2"
build_options_default="geoclue2"
@ -32,7 +32,7 @@ gammastep-indicator_package() {
pkg_install() {
vmove usr/bin/gammastep-indicator
vmove usr/lib
vmove usr/share/appdata
vmove usr/share/metainfo
vmove usr/share/applications/gammastep-indicator.desktop
}
}