summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2021-04-01 00:28:21 +0200
committerD3SOX2021-04-01 00:28:21 +0200
commit7d8553e74f790e356e0b2deef10bd7713f55b70c (patch)
tree9fd3ad71f7127fac7502ee52e369a566f4e07d23
parent8243558dff76c3542737161bda2126cda10b4b6d (diff)
downloadaur-7d8553e74f790e356e0b2deef10bd7713f55b70c.tar.gz
update to 0.2.2_b3
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD5
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index beffb4265510..96c2230c39e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = soundux
pkgdesc = A cross-platform soundboard - stable version
- pkgver = 0.2.2_b2
+ pkgver = 0.2.2_b3
pkgrel = 1
url = https://github.com/Soundux/Soundux
arch = any
@@ -11,7 +11,10 @@ pkgbase = soundux
depends = pulseaudio
depends = webkit2gtk
depends = libwnck3
- source = git+https://github.com/Soundux/Soundux#tag=0.2.2_b2
+ depends = libappindicator-gtk3
+ 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 20d21d092228..a0b2446dc275 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=soundux
-pkgver=0.2.2_b2
+pkgver=0.2.2_b3
pkgrel=1
pkgdesc="A cross-platform soundboard - stable version"
arch=('any')
url="https://github.com/Soundux/Soundux"
license=('GPL3')
-depends=('pulseaudio' 'webkit2gtk' 'libwnck3')
+depends=('pulseaudio' 'webkit2gtk' 'libwnck3' 'libappindicator-gtk3')
+optdepends=('youtube-dl: downloader integration' 'ffmpeg: downloader integration')
makedepends=('git' 'cmake' 'ninja')
source=("git+https://github.com/Soundux/Soundux#tag=$pkgver")
sha256sums=('SKIP')