diff options
author | root <root@rshg054.dnsready.net> | 2011-12-09 23:14:52 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-09 23:14:52 +0000 |
commit | d22b68a6758c4f29a8e50a7be467374a53c68415 (patch) | |
tree | 019c8b74603792b4b8f08d6815438654a64d0e38 /extra/audacious/PKGBUILD | |
parent | 707457876743e969be9eb163c36928978df245cd (diff) |
Fri Dec 9 23:14:52 UTC 2011
Diffstat (limited to 'extra/audacious/PKGBUILD')
-rw-r--r-- | extra/audacious/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/audacious/PKGBUILD b/extra/audacious/PKGBUILD index efe437ee0..1f8957f6a 100644 --- a/extra/audacious/PKGBUILD +++ b/extra/audacious/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 142549 2011-11-11 23:52:56Z bisson $ +# $Id: PKGBUILD 144890 2011-12-09 03:35:28Z bisson $ # Contributor: Alexander Fehr <pizzapunk gmail com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=audacious -pkgver=3.1 -pkgrel=2 +pkgver=3.1.1 +pkgrel=1 pkgdesc='Lightweight, GTK-based advanced audio player focused on audio quality' url='http://audacious-media-player.org/' license=('GPL3') @@ -13,8 +13,8 @@ arch=('i686' 'x86_64') depends=('gtk3' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins' 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils') optdepends=('unzip: zipped skins support') -source=("http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz") -sha1sums=('53d89b3e2faf5ca13dca55875dc04efc753328f2') +source=("http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.bz2") +sha1sums=('fa5629d68ac1b12d563e8c0b4be083dea7c7924c') provides=('audacious-player') replaces=('audacious-player') |