summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--soundbox/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/soundbox/PKGBUILD b/soundbox/PKGBUILD
index d178089..63f0bbe 100644
--- a/soundbox/PKGBUILD
+++ b/soundbox/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: xengineering <me@xengineering.eu>
pkgname=soundbox
-pkgver=0.2.1
+pkgver=0.3.0
pkgrel=1
pkgdesc="App to use soundbox devices"
arch=('x86_64' 'aarch64')
url="https://xengineering.eu/git/soundbox-app"
license=('AGPL')
-makedepends=('go' 'vulkan-headers' 'libxkbcommon-x11')
-depends=('ffmpeg')
+makedepends=('go' 'vulkan-headers' 'libxkbcommon-x11' 'pkgconf')
+depends=('ffmpeg' 'pipewire-audio' 'libpipewire')
source=("git+https://cgit.xengineering.eu/${pkgname}-app#tag=v$pkgver?signed")
sha256sums=('SKIP')