diff options
Diffstat (limited to 'system/lxinput')
-rw-r--r-- | system/lxinput/lxinput.SlackBuild | 8 | ||||
-rw-r--r-- | system/lxinput/lxinput.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/lxinput/lxinput.SlackBuild b/system/lxinput/lxinput.SlackBuild index 5e4a062e2f..dc07a50b23 100644 --- a/system/lxinput/lxinput.SlackBuild +++ b/system/lxinput/lxinput.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for lxinput -# Copyright 2010-2024 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2010-2025 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lxinput -VERSION=${VERSION:-0.3.5} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.3.6} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -82,7 +82,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -sh autogen.sh || true +./autogen.sh || true CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/system/lxinput/lxinput.info b/system/lxinput/lxinput.info index 5f392c1781..8812b0b538 100644 --- a/system/lxinput/lxinput.info +++ b/system/lxinput/lxinput.info @@ -1,8 +1,8 @@ PRGNAM="lxinput" -VERSION="0.3.5" +VERSION="0.3.6" HOMEPAGE="http://www.lxde.org/" -DOWNLOAD="http://downloads.sf.net/lxde/lxinput-0.3.5.tar.xz" -MD5SUM="69680debaef053d540ae3a5f4b237150" +DOWNLOAD="https://github.com/lxde/releases/raw/refs/heads/master/releases/lxinput-0.3.6.tar.xz" +MD5SUM="46366da2710eaa0a9f11304fe47d0f4d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |