diff options
-rw-r--r-- | soundbox/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/soundbox/PKGBUILD b/soundbox/PKGBUILD index 07b283d..353ca8d 100644 --- a/soundbox/PKGBUILD +++ b/soundbox/PKGBUILD @@ -1,12 +1,12 @@ # Maintainer: xengineering <me@xengineering.eu> pkgname=soundbox pkgver=0.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="App to use soundbox devices" arch=('x86_64' 'aarch64') url="https://xengineering.eu/git/soundbox-app" license=('AGPL') -makedepends=('coreutils' 'go') +makedepends=('go' 'vulkan-headers' 'libxkbcommon-x11') depends=('mpv') source=("git+https://cgit.xengineering.eu/${pkgname}-app#tag=$pkgver?signed") sha256sums=('SKIP') |