summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6614ce9f23fa..a8d2ceed72cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = barnard-git
makedepends = go
depends = openal
depends = opus
+ depends = opusfile
source = barnard::git+https://git.2mb.codes/~cmb/barnard
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f6a012ea5771..5ad936ee08a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="A command line mumble client."
arch=('aarch64' 'armv7h' 'x86_64')
url="https://git.2mb.codes/~cmb/barnard"
license=('GPL2')
-depends=('openal' 'opus')
+depends=('openal' 'opus' 'opusfile')
makedepends=('git' 'go')
source=("barnard::git+https://git.2mb.codes/~cmb/barnard")
install="${pkgname}.install"