summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVaporeon2020-12-14 20:30:10 +1300
committerVaporeon2020-12-14 20:30:10 +1300
commit27206717afe7c64be441e81163181219139919ff (patch)
tree6610885f53031826660cb71a29020ff4f214d1b7 /PKGBUILD
parentc61996743fd083307d0141d45af01db2b08c3416 (diff)
downloadaur-27206717afe7c64be441e81163181219139919ff.tar.gz
add libsoxr too
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e87a88c4894..bc86a2149053 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='A Scream audio receiver using Pulseaudio, ALSA, JACK or stdout as audio output (git version)'
arch=('x86_64')
provides=('scream' 'scream-pulse' 'scream-ivshmem-pulse' 'scream-alsa' 'scream-ivshmem-alsa')
-depends=('jack' 'libpulse' 'alsa-lib')
+depends=('jack' 'libpulse' 'libsoxr' 'alsa-lib')
makedepends=('cmake')
conflicts=('scream' 'scream-pulse' 'scream-alsa')
url='https://github.com/duncanthrax/scream'