summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-09-19 18:22:28 +0200
committersL1pKn072017-09-19 18:22:28 +0200
commitda3b650cc2e53c494abf57ed465d03e2817ef05c (patch)
tree480161c882dbef3e8f7391bddcbf4b63e45f1f51
parentd43b37d23d9558667ea9c1ee5815fb008cf6a3ef (diff)
downloadaur-da3b650cc2e53c494abf57ed465d03e2817ef05c.tar.gz
typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33e027df95bf..f6d7a4fd27c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Sep 19 16:20:24 UTC 2017
+# Tue Sep 19 16:21:58 UTC 2017
pkgbase = pipewire-git
pkgdesc = Multimedia processing graphs. (GIT version)
pkgver = 0.1.5.4.gaa2a189
@@ -16,7 +16,7 @@ pkgbase = pipewire-git
makedepends = ffmpeg
depends = ffmpeg
depends = libsystemd
- optdepends = ffmpeg: ffmpeg and alsa support
+ optdepends = ffmpeg: ffmpeg, alsa and jack support
provides = pipewire
conflicts = pipewire
backup = etc/pipewire/pipewire.conf
diff --git a/PKGBUILD b/PKGBUILD
index 76a928cba5ee..b18980cc63e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ makedepends=('graphviz'
'meson'
'ffmpeg'
)
-optdepends=('ffmpeg: ffmpeg and alsa support')
+optdepends=('ffmpeg: ffmpeg, alsa and jack support')
conflicts=('pipewire')
provides=('pipewire')
source=("git+https://github.com/PipeWire/pipewire.git")