desktop/gtklock-userinfo-module: Updated for version 2.1.0.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jay Lanagan 2023-05-25 20:56:58 +01:00 committed by Willy Sudiarto Raharjo
parent 8eb013918b
commit e6fec1c444
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 5 additions and 6 deletions

View File

@ -6,7 +6,6 @@ sway and other wlroots-based compositors.
NOTE: NOTE:
This modules user defined display is configured by the 'mugshot' This modules user defined display is configured by the 'mugshot'
application. Change any personal information or icon file within application. Change any personal information or icon file within
'mugshot' first in order for the gtklock module to show that info 'mugshot' first in order for the gtklock module to show that info
on the lockscreen. on the lockscreen.

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gtklock-userinfo-module PRGNAM=gtklock-userinfo-module
VERSION=${VERSION:-2.0.0} VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="gtklock-userinfo-module" PRGNAM="gtklock-userinfo-module"
VERSION="2.0.0" VERSION="2.1.0"
HOMEPAGE="https://github.com/jovanlanik/gtklock-userinfo-module" HOMEPAGE="https://github.com/jovanlanik/gtklock-userinfo-module"
DOWNLOAD="https://github.com/jovanlanik/gtklock-userinfo-module/archive/v2.0.0/gtklock-userinfo-module-2.0.0.tar.gz" DOWNLOAD="https://github.com/jovanlanik/gtklock-userinfo-module/archive/v2.1.0/gtklock-userinfo-module-2.1.0.tar.gz"
MD5SUM="87f65f9f6372100fe53c9278cc447258" MD5SUM="0aa43eb2af974e57b9b2b4a9e904f247"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="%README% gtklock mugshot" REQUIRES="%README% gtklock mugshot"