diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-08 11:45:50 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:35:15 +0700 |
commit | 389b3765ce0841cce71d01622affff4cb7984a21 (patch) | |
tree | 8c292edad5b234e8a5df78c65ac2fe1ed94a7224 /office | |
parent | b63cb6eada8c961305ca239497d90b9666adec49 (diff) | |
download | slackbuilds-389b3765ce0841cce71d01622affff4cb7984a21.tar.gz |
office/TaskCoach: Fix REQUIRES.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/TaskCoach/TaskCoach.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/TaskCoach/TaskCoach.info b/office/TaskCoach/TaskCoach.info index b442f39224..a02a957507 100644 --- a/office/TaskCoach/TaskCoach.info +++ b/office/TaskCoach/TaskCoach.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/taskcoach/TaskCoach-1.4.3.tar.gz" MD5SUM="10c145061ea72b9ecbb9e276cc3ef10c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="wxPython python-twisted" +REQUIRES="wxPython python2-twisted" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |