diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-24 11:52:05 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:56:00 +0700 |
commit | c71cf1cc297533ee4d3c1c5b42a5d33177ff8469 (patch) | |
tree | fc08403756c777c4b497f154263050e3c971111b /games | |
parent | c672e2241aa425613753b5e5d25818c306cc7673 (diff) | |
download | slackbuilds-c71cf1cc297533ee4d3c1c5b42a5d33177ff8469.tar.gz |
games/Pyfa: Fix dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/Pyfa/Pyfa.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/Pyfa/Pyfa.info b/games/Pyfa/Pyfa.info index ba83a07350..ffae8a5935 100644 --- a/games/Pyfa/Pyfa.info +++ b/games/Pyfa/Pyfa.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/pyfa-org/Pyfa/releases/download/v1.31.0/pyfa-1.31.0 MD5SUM="ab53f8765c4220114ac69a8195fbcad4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="wxPython SQLAlchemy python-dateutil" +REQUIRES="wxPython SQLAlchemy python2-dateutil" MAINTAINER="Zach Lewis" EMAIL="koni@archlinux.us" |