[arch-commits] Commit in audacious/trunk (ChangeLog PKGBUILD)

Eric Bélanger eric at archlinux.org
Mon Jul 13 00:32:11 UTC 2009


    Date: Sunday, July 12, 2009 @ 20:32:11
  Author: eric
Revision: 45590

upgpkg: audacious 2.1-1
    New upstream release, Added audacious-plugins depends (close FS#14655)

Modified:
  audacious/trunk/ChangeLog
  audacious/trunk/PKGBUILD

-----------+
 ChangeLog |    6 ++++++
 PKGBUILD  |    8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-07-12 19:35:57 UTC (rev 45589)
+++ ChangeLog	2009-07-13 00:32:11 UTC (rev 45590)
@@ -1,3 +1,9 @@
+2009-07-12  Eric Belanger  <eric at archlinux.org>
+
+	* audacious-2.1.0-1
+	New upstream release.
+	Added audacious-plugins depends (close FS#14655)
+
 2008-08-16  Alexander Fehr  <pizzapunk gmail com>
 
   * audacious-1.5.1-1:

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-12 19:35:57 UTC (rev 45589)
+++ PKGBUILD	2009-07-13 00:32:11 UTC (rev 45590)
@@ -3,19 +3,19 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=audacious
-pkgver=1.5.1
+pkgver=2.1
 pkgrel=1
 pkgdesc="Media player based on BMP"
 arch=('i686' 'x86_64')
 url="http://audacious-media-player.org/"
 license=('GPL3')
-depends=('gtk2' 'libmcs' 'dbus-glib' 'libsamplerate' 'libxml2' 'desktop-file-utils')
+depends=('gtk2' 'libmcs' 'dbus-glib' 'libsamplerate' 'libxml2' 'desktop-file-utils' 'audacious-plugins')
 optdepends=('unzip: Zipped skins support')
 provides=('audacious-player')
 replaces=('audacious-player')
 install=audacious.install
-source=(http://distfiles.atheme.org/audacious-$pkgver.tbz2)
-md5sums=('ea7a8ee2e8f1a301b40ccf40788ab0eb')
+source=(http://distfiles.atheme.org/audacious-$pkgver.tgz)
+md5sums=('03ab6a062e5909214841f90f767f1147')
 
 build() {
   cd "$srcdir/audacious-$pkgver"




More information about the arch-commits mailing list