diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-08-22 22:55:50 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-25 20:54:11 -0500 |
commit | aaf4605ecfc79a1033793b29103beb599e8678d4 (patch) | |
tree | 6a3ac63d4034c0120d5c8bdc57f9b3591e0c1209 | |
parent | 7c9a6399c21246fe4ddfeb0dc0a0b9d9612a9504 (diff) | |
download | slackbuilds-aaf4605ecfc79a1033793b29103beb599e8678d4.tar.gz |
audio/ario: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | audio/ario/README | 2 | ||||
-rw-r--r-- | audio/ario/ario.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/ario/README b/audio/ario/README index 1d66a2efd0..4e5d528f2f 100644 --- a/audio/ario/README +++ b/audio/ario/README @@ -2,4 +2,4 @@ Ario is a GTK2 client for MPD (Music player daemon). The interface used to browse the library is inspired by Rhythmbox but Ario aims to be much lighter and faster. -This requires libmpdclient and libunique. avahi is optional. +avahi is an optional dependency. diff --git a/audio/ario/ario.info b/audio/ario/ario.info index f847043a67..815cee02eb 100644 --- a/audio/ario/ario.info +++ b/audio/ario/ario.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/ario-player/ario-1.5.tar.gz" MD5SUM="5dac6cc8b8f12b0acc132d5ff7fc779f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="avahi libmpdclient libunique" +REQUIRES="libmpdclient libunique" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" |