summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortwa0222016-02-05 09:07:14 -0500
committertwa0222016-02-05 09:07:14 -0500
commitc34d6609df91c3d555422999546f381123826469 (patch)
tree6b88989fae19304c2fcbad48705235aff7edde21 /PKGBUILD
parenta0e761a3acfd98cb11bbc8a0b2726e23ac6fcaac (diff)
downloadaur-c34d6609df91c3d555422999546f381123826469.tar.gz
Fixed dependency loop with audacious-plugins-qt5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 667d55fe60ec..711a07b3d5dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
_pkgname=audacious
pkgname=${_pkgname}-qt5
pkgver=3.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight, advanced audio player (with qt5 interface)"
arch=('i686' 'x86_64')
url="http://audacious-media-player.org/"
license=('BSD')
-depends=('qt5-base' 'libguess' 'libsm' 'audacious-plugins-qt5'
+depends=('qt5-base' 'libguess' 'libsm'
'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('python2') # for gdbus-codegen
-optdepends=('unzip: zipped skins support')
+optdepends=('unzip: zipped skins support'
+ 'audacious-plugins-qt5: many helpful plugins')
provides=("${_pkgname}=${pkgver}")
conflicts=('audacious')
replaces=('audacious-player')