Date: Sunday, September 23, 2012 @ 18:56:31
  Author: bisson
Revision: 166972

upstream update

Modified:
  audacious/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-09-23 22:22:21 UTC (rev 166971)
+++ PKGBUILD    2012-09-23 22:56:31 UTC (rev 166972)
@@ -4,17 +4,17 @@
 # Maintainer: Gaetan Bisson <[email protected]>
 
 pkgname=audacious
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc='Lightweight, advanced audio player focused on audio quality'
 url='http://audacious-media-player.org/'
-license=('GPL3')
+license=('custom:BSD')
 arch=('i686' 'x86_64')
 depends=('gtk3' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins'
          'hicolor-icon-theme' 'desktop-file-utils')
 optdepends=('unzip: zipped skins support')
 
source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('6ccd6856df853d939ea41402be4bfc76a5423a8f')
+sha1sums=('bab3bcb267b8b333570c85cae9590470fe509eb9')
 
 provides=('audacious-player')
 replaces=('audacious-player')
@@ -29,4 +29,5 @@
 package() {
        cd "${srcdir}/${pkgname}-${pkgver}"
        make DESTDIR="${pkgdir}" install
+       install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

Reply via email to