desktop/weston: Update DEP.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Logan Rathbone 2020-04-17 12:00:02 +07:00 committed by Willy Sudiarto Raharjo
parent 291bacbb6d
commit d6337483bc
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for Weston # Slackware build script for Weston
# Copyright 2019 Logan Rathbone <poprocks@gmail.com> # Copyright 2019-2020 Logan Rathbone <poprocks@gmail.com>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=weston PRGNAM=weston
VERSION=${VERSION:-7.0.0} VERSION=${VERSION:-7.0.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-2}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://wayland.freedesktop.org/releases/weston-7.0.0.tar.xz"
MD5SUM="cbfda483bc2501d0831af3f33c707850" MD5SUM="cbfda483bc2501d0831af3f33c707850"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="libinput libwebp libxkbcommon wayland-egl wayland-protocols" REQUIRES="libinput libwebp libxkbcommon wayland wayland-protocols"
MAINTAINER="Logan Rathbone" MAINTAINER="Logan Rathbone"
EMAIL="poprocks@gmail.com" EMAIL="poprocks@gmail.com"