summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Lange2024-04-05 23:45:01 +0200
committerThomas Lange2024-04-05 23:45:01 +0200
commit89ef2c70b1bef32755d95f21aca0c414bb83e6d4 (patch)
tree309004bbccd3d1ea68ad935d2ecaf6501ca4232d /PKGBUILD
parent45fe1e02f626bfb5a6c527e3e3401a3b6ee6508f (diff)
downloadaur-audacious-git.tar.gz
Require python-packaging as makedep
GLib 2.80 needs this now for gdbus-codegen.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00584dad28c8..511984c1bd07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _buildstamp='Arch Linux'
_pkgname=audacious
pkgname="$_pkgname-git"
-pkgver=4.3.1.r40.g940ac0b66
+pkgver=4.3.1.r42.gc015fef9f
pkgrel=1
epoch=1
pkgdesc="Lightweight, advanced audio player focused on audio quality (git version)"
@@ -18,7 +18,7 @@ arch=('i686' 'x86_64')
url="https://audacious-media-player.org/"
license=('BSD')
depends=('glib2' 'gtk2' 'qt6-base' 'qt6-imageformats' 'qt6-svg')
-makedepends=('git' 'python') # for gdbus-codegen
+makedepends=('git' 'python-packaging') # for gdbus-codegen
optdepends=('unzip: zipped skins support')
provides=("$_pkgname")
conflicts=("$_pkgname")