mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/xvkbd: Updated for version 4.1.
Fixes building against gcc >= 10.x Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
63109f214e
commit
4af0336bec
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=xvkbd
|
||||
VERSION=${VERSION:-4.0}
|
||||
VERSION=${VERSION:-4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xvkbd"
|
||||
VERSION="4.0"
|
||||
VERSION="4.1"
|
||||
HOMEPAGE="http://t-sato.in.coocan.jp/xvkbd"
|
||||
DOWNLOAD="http://t-sato.in.coocan.jp/xvkbd/xvkbd-4.0.tar.gz"
|
||||
MD5SUM="3feb2e78555c85ca449e32dd461a555b"
|
||||
DOWNLOAD="http://t-sato.in.coocan.jp/xvkbd/xvkbd-4.1.tar.gz"
|
||||
MD5SUM="64324fe3b4827eb022377c27844dfa8f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue