summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange2024-04-04 21:31:14 +0200
committerThomas Lange2024-04-04 21:31:14 +0200
commit587c0ed9a4e939a74c78da4560fbbe55c118404f (patch)
treebf0c6f7937ac5bdcf6bcdef66e9c3925bf49996e
parentf494f9d38c0581ff1fe9a92de1f4f70bce91fc0f (diff)
downloadaur-587c0ed9a4e939a74c78da4560fbbe55c118404f.tar.gz
Require Qt 6 instead of Qt 5
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8375e658ac70..383f21b1b095 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = audacious-plugins-git
pkgdesc = Plugins for Audacious (git version)
- pkgver = 4.2.beta1.r5.gf0c055546
+ pkgver = 4.3.1.r60.g236e85910
pkgrel = 1
epoch = 1
url = https://audacious-media-player.org/
@@ -39,7 +39,6 @@ pkgbase = audacious-plugins-git
depends = mpg123
depends = neon
depends = opusfile
- depends = qt5-x11extras
depends = wavpack
provides = audacious-plugins
conflicts = audacious-plugins
diff --git a/PKGBUILD b/PKGBUILD
index c409e8b6f286..ed350affca1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _use_meson=0
_pkgname=audacious-plugins
pkgname="$_pkgname-git"
-pkgver=4.2.beta1.r5.gf0c055546
+pkgver=4.3.1.r60.g236e85910
pkgrel=1
epoch=1
pkgdesc="Plugins for Audacious (git version)"
@@ -23,7 +23,7 @@ depends=('audacious-git'
'jack' 'lame' 'libbs2b' 'libcddb' 'libcdio-paranoia' 'libcue'
'libmms' 'libmodplug' 'libmtp' 'libnotify' 'libopenmpt' 'libpipewire'
'libpulse' 'libsamplerate' 'libsidplayfp' 'libvorbis' 'lirc' 'mpg123'
- 'neon' 'opusfile' 'qt5-x11extras' 'wavpack')
+ 'neon' 'opusfile' 'wavpack')
makedepends=('glib2' 'python' 'git')
source=("git+https://github.com/audacious-media-player/$_pkgname.git")
sha256sums=('SKIP')