summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2021-03-23 23:52:43 +0100
committerD3SOX2021-03-23 23:52:43 +0100
commit00745abbbbfce4d7240b2eeeb8847f669b78765e (patch)
tree5f4f92ecdbf525a8544508fa42c8864f72accdd2
parenta3ed580aaf00ac453575c96553aaabc5a90e2cd5 (diff)
downloadaur-00745abbbbfce4d7240b2eeeb8847f669b78765e.tar.gz
add optdepends, update description with unstable tag
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD7
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a144de6d0a6b..39df2ae8f41c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = soundux-git
- pkgdesc = A cross-platform soundboard
- pkgver = r663.efd428d
- pkgrel = 2
+ pkgdesc = A cross-platform soundboard - unstable development version
+ pkgver = r743.609d61c
+ pkgrel = 1
epoch = 1
url = https://github.com/Soundux/Soundux
arch = any
@@ -12,6 +12,8 @@ pkgbase = soundux-git
depends = pulseaudio
depends = webkit2gtk
depends = libwnck3
+ optdepends = youtube-dl: downloader integration
+ optdepends = ffmpeg: downloader integration
provides = soundux
conflicts = soundux
source = git+https://github.com/Soundux/Soundux.git
diff --git a/PKGBUILD b/PKGBUILD
index e54f774756ec..cc1d8dafd868 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=soundux-git
-pkgver=r663.efd428d
-pkgrel=2
+pkgver=r743.609d61c
+pkgrel=1
epoch=1
-pkgdesc="A cross-platform soundboard"
+pkgdesc="A cross-platform soundboard - unstable development version"
arch=('any')
url="https://github.com/Soundux/Soundux"
license=('GPL3')
depends=('pulseaudio' 'webkit2gtk' 'libwnck3')
+optdepends=('youtube-dl: downloader integration' 'ffmpeg: downloader integration')
makedepends=('git' 'cmake' 'ninja')
conflicts=('soundux')
provides=('soundux')