diff options
author | Leonard Schmidt <lems@gmx.net> | 2014-11-18 02:51:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-18 02:51:39 +0700 |
commit | e285b5ae73490e13f3ae8dc3452e646457a1dc9b (patch) | |
tree | c6f6f48dc7092bdac1e3074658180c4ef612a708 | |
parent | e16a41618b0c0da1477cd3d13b80c22f2a3675fb (diff) | |
download | slackbuilds-e285b5ae73490e13f3ae8dc3452e646457a1dc9b.tar.gz |
desktop/mcwm: Updated DEPS.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | desktop/mcwm/mcwm.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/mcwm/mcwm.info | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/desktop/mcwm/mcwm.SlackBuild b/desktop/mcwm/mcwm.SlackBuild index a52334de14..056a5dc050 100644 --- a/desktop/mcwm/mcwm.SlackBuild +++ b/desktop/mcwm/mcwm.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mcwm -# Copyright 2014 Leonard Schmidt <lems@gmx.net> +# Copyright 2014 Leonard Schmidt <lems@mailbox.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ PRGNAM=mcwm VERSION=${VERSION:-20130209_2} SRCVER=${SRCVER:-20130209-2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/desktop/mcwm/mcwm.info b/desktop/mcwm/mcwm.info index f93b657d79..44f15d71b6 100644 --- a/desktop/mcwm/mcwm.info +++ b/desktop/mcwm/mcwm.info @@ -5,6 +5,6 @@ DOWNLOAD="http://hack.org/mc/projects/mcwm/mcwm-20130209-2.tar.bz2" MD5SUM="d36a625c966067c80cf9f14609a21921" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="9menu xdotool" MAINTAINER="Leonard Schmidt" -EMAIL="lems@gmx.net" +EMAIL="lems@mailbox.org" |