summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD3SOX2022-04-03 00:29:39 +0200
committerD3SOX2022-04-03 00:29:39 +0200
commit3d667a5d5a718acc5b818f98f618735918ec8007 (patch)
tree05162d062b1353470259d91862fbb104512005b3 /PKGBUILD
parent77e6293467e1a0a79003f1263074a26cddc71734 (diff)
downloadaur-3d667a5d5a718acc5b818f98f618735918ec8007.tar.gz
add missing build dependency and warning message
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e059fd92268c..e2ecdc320b24 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=soundux-git
-pkgver=r1076.aa9e89a
-pkgrel=1
+pkgver=r1391.a4fc381
+pkgrel=2
epoch=1
pkgdesc="A cross-platform soundboard - unstable development version"
arch=('any')
@@ -9,11 +9,12 @@ url="https://soundux.rocks"
license=('GPL3')
depends=('pulseaudio' 'webkit2gtk' 'libwnck3' 'libappindicator-gtk3' 'lsb-release')
optdepends=('youtube-dl: unmaintained downloader integration' 'yt-dlp-drop-in: recommended downloader integration' 'ffmpeg: downloader integration' 'pipewire: pipewire backend')
-makedepends=('git' 'cmake' 'ninja' 'pipewire')
+makedepends=('git' 'pkgconf' 'cmake' 'ninja' 'pipewire')
conflicts=('soundux')
provides=('soundux')
source=("git+https://github.com/Soundux/Soundux.git")
sha256sums=('SKIP')
+install=soundux.install
pkgver() {
cd "${srcdir}/Soundux"