summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD3SOX2021-04-29 19:15:24 +0200
committerD3SOX2021-04-29 19:15:24 +0200
commit1ec5452569a61a429b80529b6b832bb10540ad36 (patch)
tree55226edd0ad32386698fb4ea4e020d90d3af6280 /PKGBUILD
parentd89ca2670475ca09a7c2961cbd99a13628b4b14f (diff)
downloadaur-1ec5452569a61a429b80529b6b832bb10540ad36.tar.gz
add missing lsb-release dependency
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 724bec3a1246..141d2d60f09f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=soundux-git
-pkgver=r798.c37b646
-pkgrel=1
+pkgver=r971.d39246f
+pkgrel=2
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')
+depends=('pulseaudio' 'webkit2gtk' 'libwnck3' 'libappindicator-gtk3' 'lsb-release')
optdepends=('youtube-dl: downloader integration' 'ffmpeg: downloader integration')
makedepends=('git' 'cmake' 'ninja')
conflicts=('soundux')