From c65f17db094e1a7cc81b5ecca2fc1b4cd912b145 Mon Sep 17 00:00:00 2001 From: xDShot Date: Tue, 23 Jul 2019 13:37:43 +0300 Subject: [PATCH] added opus and opusfile to dependencies --- .SRCINFO | 2 ++ PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.SRCINFO b/.SRCINFO index ca56749..40e16f6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -10,6 +10,8 @@ pkgbase = quakespasm-spiked-git depends = libvorbis depends = libmad depends = sdl2 + depends = opus + depends = opusfile provides = quakespasm conflicts = quakespasm conflicts = quakespasm-svn diff --git a/PKGBUILD b/PKGBUILD index a3ad52f..e3697d4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="A modern Quake 1 engine. Forked from Quakespasm. AKA QSS. Git version w arch=('i686' 'x86_64') url="http://triptohell.info/moodles/qss/" license=('GPL2') -depends=('libvorbis' 'libmad' 'sdl2') +depends=('libvorbis' 'libmad' 'sdl2' 'opus' 'opusfile') conflicts=('quakespasm' 'quakespasm-svn') provides=('quakespasm') install=$_pkgname.install