summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2024-02-06 18:43:49 -0500
committerStorm Dragon2024-02-06 18:43:49 -0500
commita3d8a5c7f5a5f600bb4f444f864a268cab2e9cdc (patch)
treeb5221b8959b126bccfad6bad086ab79426dd3860
parente94f3374a5027cfb03769594b7e23076d5a56154 (diff)
downloadaur-barnard-git.tar.gz
Added opusfile dependency.
-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"