caffeine-ng: update to 3.4.1, fix homepage & license.
Closes #14343. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
57d18ec9f4
commit
f3569ecf9d
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'caffeine-ng'
|
||||
pkgname=caffeine-ng
|
||||
version=3.4.0
|
||||
revision=3
|
||||
version=3.4.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
pycompile_module="caffeine"
|
||||
|
@ -11,10 +11,10 @@ depends="desktop-file-utils gtk+3 hicolor-icon-theme libnotify
|
|||
python3-setproctitle python3-setuptools python3-xdg"
|
||||
short_desc="Temporarily inhibits the screensaver and sleep mode"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="https://gitlab.com/WhyNotHugo/caffeine-ng"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://gitlab.com/DJCrashdummy/caffeine-ng"
|
||||
distfiles="${PYPI_SITE}/c/caffeine-ng/caffeine-ng-${version}.tar.gz"
|
||||
checksum=ca439ed6200ddb34fdfbaff817ac716a2b14839ba604d197eeef3546e7c1e31c
|
||||
checksum=8128c126c621f37c763148ccc2cabe5d1dd59d3ec9f52ed4c2a269a7e6c4a0cb
|
||||
|
||||
pre_build() {
|
||||
sed -i setup.py \
|
||||
|
|
Loading…
Reference in New Issue