diff options
-rw-r--r-- | libraries/stfl/README | 2 | ||||
-rw-r--r-- | libraries/stfl/stfl.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libraries/stfl/README b/libraries/stfl/README index cbf940d497..db749be268 100644 --- a/libraries/stfl/README +++ b/libraries/stfl/README @@ -4,4 +4,4 @@ STFL is a library which implements a curses-based widget set for text terminals. The STFL API can be used from C, SPL, Python, Perl and Ruby and has only 14 simple function calls. -SPL is an optional dependency. +spl is an optional dependency. diff --git a/libraries/stfl/stfl.info b/libraries/stfl/stfl.info index ee5a6b872c..52075a0ef7 100644 --- a/libraries/stfl/stfl.info +++ b/libraries/stfl/stfl.info @@ -5,6 +5,6 @@ DOWNLOAD="http://www.clifford.at/stfl/stfl-0.22.tar.gz" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MD5SUM="df4998f69fed15fabd702a25777f74ab" -REQUIRES="spl" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="bosth@alumni.sfu.ca" |