summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2021-04-29 19:14:17 +0200
committerD3SOX2021-04-29 19:14:17 +0200
commit4fe98366b5e0f26d04fc1ffc37bb6ac9b279246c (patch)
tree0d31ff75e447b11d5156d9ac3886c22fb76232ac
parentce82684611c4ec1326079d584e26bee14437c787 (diff)
downloadaur-4fe98366b5e0f26d04fc1ffc37bb6ac9b279246c.tar.gz
add missing lsb-release dependency
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 464a9aba8437..e88ee7af6b6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = soundux
pkgdesc = A cross-platform soundboard - stable version
pkgver = 0.2.2_b3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Soundux/Soundux
arch = any
license = GPL3
@@ -12,9 +12,11 @@ pkgbase = soundux
depends = webkit2gtk
depends = libwnck3
depends = libappindicator-gtk3
+ depends = lsb-release
optdepends = youtube-dl: downloader integration
optdepends = ffmpeg: downloader integration
source = git+https://github.com/Soundux/Soundux#tag=0.2.2_b3
sha256sums = SKIP
pkgname = soundux
+
diff --git a/PKGBUILD b/PKGBUILD
index ad4276d949a7..3a6d8a70ce36 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=soundux
pkgver=0.2.2_b3
-pkgrel=2
+pkgrel=3
pkgdesc="A cross-platform soundboard - stable 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')
source=("git+https://github.com/Soundux/Soundux#tag=$pkgver")