summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDanis2019-03-28 05:42:47 +0300
committerDanis2019-03-28 05:42:47 +0300
commit580d695dd3e90ddc44dcd9247070cc81353c9a0d (patch)
treecdb147a38ca28ebed9f158d106ef308fa379afa1 /PKGBUILD
parenta3ec104e379d08907095b9faa8644536b80014fd (diff)
downloadaur-580d695dd3e90ddc44dcd9247070cc81353c9a0d.tar.gz
Fix optional comment
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a8f0fcfe2b5..13d8d0193ad7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ install=$pkgname.install
provides=("${_name%2}")
conflicts=("${_name%2}")
depends=('rapidjson' 'gst-plugins-ugly' 'gst-plugins-good' 'qt5-multimedia' 'qt5-base' 'qt5-svg')
-optdepends=('streamlink: For piping streams to video players' 'pulseaudio')
+optdepends=('streamlink: For piping streams to video players' 'pulseaudio: For audio output')
makedepends=('boost' 'git')
source=("${_name%2}.png" "${_name%2}.desktop" "git://github.com/fourtf/$_name")
sha1sums=('SKIP' 'SKIP' 'SKIP')