summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Goetschalckx2015-10-01 11:20:24 +0200
committerPieter Goetschalckx2015-10-01 11:20:24 +0200
commit1edb8ec185546e239ff9f31486227a07803c319d (patch)
tree502c1f29afaed5bc054808f0559bafe2b1361d3f
parent05b5f8e96cdbf810eb2a6ff366c653170f098568 (diff)
downloadaur-1edb8ec185546e239ff9f31486227a07803c319d.tar.gz
Corrected typo in depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8908681b8c13..728913556edd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,10 +15,7 @@ pkgbase = smplayer-svn
optdepends = smplayer-themes-svn: icon themes collection
optdepends = smplayer-skins-svn: skin themes collection
optdepends = smtube-svn: browse and play YouTube videos
- optdepends = youtube-dl:
- optdepends = play
- optdepends = streaming
- optdepends = videos
+ optdepends = youtube-dl: play streaming videos
optdepends = mplayer: backend for video playback
optdepends = mpv: alternative modern backend, based on MPlayer/MPlayer2
provides = smplayer
diff --git a/PKGBUILD b/PKGBUILD
index 356f9b7128f8..163cb959f97e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ makedepends=('qt5-tools' 'subversion')
optdepends=('smplayer-themes-svn: icon themes collection'
'smplayer-skins-svn: skin themes collection'
'smtube-svn: browse and play YouTube videos'
- 'youtube-dl': play streaming videos
+ 'youtube-dl: play streaming videos'
'mplayer: backend for video playback'
'mpv: alternative modern backend, based on MPlayer/MPlayer2')
provides=('smplayer')