summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD3SOX2021-05-15 01:33:38 +0200
committerD3SOX2021-05-15 01:33:38 +0200
commit1bc4b95ffdf8a100d3ad128872c6447d5fe039bd (patch)
tree7c177e4656a48d9d9aca1da244da6209f103e27f /PKGBUILD
parent1ec5452569a61a429b80529b6b832bb10540ad36 (diff)
downloadaur-1bc4b95ffdf8a100d3ad128872c6447d5fe039bd.tar.gz
add pipewire dependency
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 141d2d60f09f..b2321b32d25d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=soundux-git
-pkgver=r971.d39246f
-pkgrel=2
+pkgver=r1076.aa9e89a
+pkgrel=1
epoch=1
pkgdesc="A cross-platform soundboard - unstable development version"
arch=('any')
url="https://github.com/Soundux/Soundux"
license=('GPL3')
depends=('pulseaudio' 'webkit2gtk' 'libwnck3' 'libappindicator-gtk3' 'lsb-release')
-optdepends=('youtube-dl: downloader integration' 'ffmpeg: downloader integration')
-makedepends=('git' 'cmake' 'ninja')
+optdepends=('youtube-dl: downloader integration' 'ffmpeg: downloader integration' 'pipewire: pipewire backend')
+makedepends=('git' 'cmake' 'ninja' 'pipewire')
conflicts=('soundux')
provides=('soundux')
source=("git+https://github.com/Soundux/Soundux.git")