summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange2021-02-17 23:37:52 +0100
committerThomas Lange2021-02-17 23:37:52 +0100
commit5750340c147efdcab6c1b9198530dcaad039e9ec (patch)
tree030673334705e1c43f85ab3bd61d9bfeb3d99c9b
parentbb71ccadb03a0cfcc579177e2ec20259bd3931ad (diff)
downloadaur-5750340c147efdcab6c1b9198530dcaad039e9ec.tar.gz
Enable Global Hotkeys plugin (FS#69677)
See also: https://github.com/archlinux/svntogit-packages/commit/a24b08afa678864662ecaa594dd14b8015fac3f6#diff-3e341d2d9c67be01819b25b25d5e53ea3cdf3a38d28846cda85a195eb9b7203a
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9ac95fad104..bf8fe81d9689 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = audacious-plugins-git
pkgdesc = Plugins for Audacious (git version)
- pkgver = 4.1.beta1.r0.g57cd901ba
+ pkgver = 4.1.r11.g9446cf0b9
pkgrel = 1
epoch = 1
url = https://audacious-media-player.org/
@@ -36,6 +36,7 @@ pkgbase = audacious-plugins-git
depends = neon
depends = wavpack
depends = libbs2b
+ depends = qt5-x11extras
provides = audacious-plugins
conflicts = audacious-plugins
source = git://github.com/audacious-media-player/audacious-plugins.git
diff --git a/PKGBUILD b/PKGBUILD
index 01f9e109ea46..e295ea481cce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _use_meson=0
_pkgname=audacious-plugins
pkgname="$_pkgname-git"
-pkgver=4.1.beta1.r0.g57cd901ba
+pkgver=4.1.r11.g9446cf0b9
pkgrel=1
epoch=1
pkgdesc="Plugins for Audacious (git version)"
@@ -22,7 +22,8 @@ depends=('audacious-git'
'alsa-lib' 'curl' 'dbus-glib' 'faad2' 'ffmpeg' 'flac' 'fluidsynth'
'jack' 'lame' 'libcdio-paranoia' 'libcue' 'libmms' 'libmodplug'
'libmtp' 'libpulse' 'libnotify' 'libsamplerate' 'libsidplayfp'
- 'libvorbis' 'lirc' 'mpg123' 'neon' 'wavpack' 'libbs2b')
+ 'libvorbis' 'lirc' 'mpg123' 'neon' 'wavpack' 'libbs2b'
+ 'qt5-x11extras')
makedepends=('glib2' 'python' 'git')
source=("git://github.com/audacious-media-player/$_pkgname.git")
sha256sums=('SKIP')