diff options
Diffstat (limited to 'desktop/xtrlock/xtrlock.SlackBuild')
-rw-r--r-- | desktop/xtrlock/xtrlock.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/desktop/xtrlock/xtrlock.SlackBuild b/desktop/xtrlock/xtrlock.SlackBuild index bb589ec722..8308d45ec7 100644 --- a/desktop/xtrlock/xtrlock.SlackBuild +++ b/desktop/xtrlock/xtrlock.SlackBuild @@ -6,6 +6,10 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250611 bkw: updated for v2.17. no code changes, only the debian +# packaging has changed. only doing this update because the 2.16 +# source is likely to disappear soon. + # 20250121 bkw: updated for v2.16, which has actual new features. # - build with XInput (multitouch) support. # - build with capabilities (libcap) support. @@ -21,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xtrlock -VERSION=${VERSION:-2.16} +VERSION=${VERSION:-2.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |