audacious-plugins: fix circular dependencies
Necessary to fix #3827 and not have circular deps.
This commit is contained in:
parent
0d920be04d
commit
28960a52a3
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'audacious-plugins'.
|
||||
pkgname=audacious-plugins
|
||||
version=3.7.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="
|
||||
|
@ -9,7 +9,6 @@ makedepends="
|
|||
lame-devel libvorbis-devel libflac-devel mpg123-devel faad2-devel ffmpeg-devel
|
||||
libmodplug-devel fluidsynth-devel libcdio-paranoia-devel wavpack-devel libnotify-devel
|
||||
libcurl-devel libmtp-devel neon-devel libmms-devel gtk+-devel libxml2-devel"
|
||||
depends="audacious>=${version}"
|
||||
short_desc="Plugins for the Audacious media player"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="BSD"
|
||||
|
|
Loading…
Reference in a new issue