diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-31 14:20:43 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-31 14:22:16 -0200 |
commit | b0580523f40b4096959dd1e573ec46b881e37db2 (patch) | |
tree | 1dd1534ae4200bb3caf4319b3fd0ab473e22c1d1 /libre/audacious-plugins-libre | |
parent | 7395b28b4a9ebcc527f0e1b6ab37335ebdde109f (diff) |
remove "-libre" suffix on makedepends, depends and optdepends to avoid break dependencies on the future
Diffstat (limited to 'libre/audacious-plugins-libre')
-rw-r--r-- | libre/audacious-plugins-libre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/audacious-plugins-libre/PKGBUILD b/libre/audacious-plugins-libre/PKGBUILD index 57c1440f5..8c631469b 100644 --- a/libre/audacious-plugins-libre/PKGBUILD +++ b/libre/audacious-plugins-libre/PKGBUILD @@ -9,7 +9,7 @@ _pkgname=audacious-plugins pkgname=audacious-plugins-libre pkgver=3.4.3 -pkgrel=2 +pkgrel=2.1 pkgdesc='Plugins for Audacious, without nonfree plugins' url='http://audacious-media-player.org/' license=('GPL' 'GPL3' 'LGPL' 'custom:BSD') @@ -32,7 +32,7 @@ makedepends=("audacious>=${pkgver}" 'glib2' 'python2' # for gdbus-codegen 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac' 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio-paranoia' 'libsidplayfp' 'wavpack' - 'libnotify' 'lirc-utils-libre' 'curl' 'libmtp' + 'libnotify' 'lirc-utils' 'curl' 'libmtp' 'neon' 'libmms' 'libcue') optdepends=('alsa-lib: Advanced Linux Sound Arch. output' @@ -52,7 +52,7 @@ optdepends=('alsa-lib: Advanced Linux Sound Arch. output' 'wavpack: WavPack input' 'libnotify: libnotify OSD' - 'lirc-utils-libre: LIRC' + 'lirc-utils: LIRC' 'curl: AudioScrobbler Client' 'libmtp: Upload to MTP device' |