summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2015-10-03 13:28:38 +0300
committerChristoph Gysin2015-10-03 13:29:21 +0300
commit96be96cc3c5f08af733e1bd1be207fa527d6abe2 (patch)
treea396661bee838d04c7c48a0ffba59cc87f49470b /PKGBUILD
parente97a77fb87f951e208edc57cc90809c7f8aa6b58 (diff)
downloadaur-96be96cc3c5f08af733e1bd1be207fa527d6abe2.tar.gz
add missing dependency to libsoundio
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8f78a3e59fa..a15576bc87c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc='Library that provides decoding and encoding of audio on a playlist.'
arch=(i686 x86_64)
url='https://github.com/andrewrk/libgroove'
license=(MIT)
-depends=(sdl2 chromaprint libebur128)
+depends=(sdl2 chromaprint libebur128 libsoundio)
makedepends=(cmake yasm)
provides=(libgroove)
conflicts=(libgroove)