diff options
author | Logan Rathbone <poprocks@gmail.com> | 2020-04-17 12:00:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-19 10:00:18 +0700 |
commit | d6337483bc45a6fcc2924f4d44b161e8340c261b (patch) | |
tree | ba6c9044ce6c85ba94a08d26b63bc295bcb242eb /desktop/weston | |
parent | 291bacbb6d49b5f394b1c84add3658a3cf7cec1e (diff) | |
download | slackbuilds-d6337483bc45a6fcc2924f4d44b161e8340c261b.tar.gz |
desktop/weston: Update DEP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/weston')
-rw-r--r-- | desktop/weston/weston.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/weston/weston.info | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/desktop/weston/weston.SlackBuild b/desktop/weston/weston.SlackBuild index 676942b4c4..d44a73d774 100644 --- a/desktop/weston/weston.SlackBuild +++ b/desktop/weston/weston.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Weston -# Copyright 2019 Logan Rathbone <poprocks@gmail.com> +# Copyright 2019-2020 Logan Rathbone <poprocks@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=weston VERSION=${VERSION:-7.0.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/desktop/weston/weston.info b/desktop/weston/weston.info index c89169ae19..b9bf225c8f 100644 --- a/desktop/weston/weston.info +++ b/desktop/weston/weston.info @@ -5,6 +5,6 @@ DOWNLOAD="https://wayland.freedesktop.org/releases/weston-7.0.0.tar.xz" MD5SUM="cbfda483bc2501d0831af3f33c707850" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="libinput libwebp libxkbcommon wayland-egl wayland-protocols" +REQUIRES="libinput libwebp libxkbcommon wayland wayland-protocols" MAINTAINER="Logan Rathbone" EMAIL="poprocks@gmail.com" |