diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-02 03:42:01 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | e5d591431779c53204cef59674b2bfd76fb32c27 (patch) | |
tree | db86c4ef0041356cd402b94c11343736a68663f5 /audio/pithos | |
parent | 3cc208c76350bfcb77eac24ee845653eeb1faa5e (diff) | |
download | slackbuilds-e5d591431779c53204cef59674b2bfd76fb32c27.tar.gz |
Multiple: Fix .info file (gst-* --> gst0-*)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/pithos')
-rw-r--r-- | audio/pithos/pithos.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pithos/pithos.info b/audio/pithos/pithos.info index 68d2dc8210..c276852bd2 100644 --- a/audio/pithos/pithos.info +++ b/audio/pithos/pithos.info @@ -5,6 +5,6 @@ DOWNLOAD="http://harrier.slackbuilds.org/misc/pithos-git_ed501485.tar.xz" MD5SUM="fb7f45ff93b5aab7b60e5b943d7bb024" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gst-python gst-ffmpeg" +REQUIRES="gst0-python gst0-ffmpeg" MAINTAINER="Robby Workman" EMAIL="rworkman@slackbuilds.org" |