Date: Sunday, September 23, 2012 @ 18:57:12
  Author: bisson
Revision: 166974

upstream update

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-09-23 22:56:56 UTC (rev 166973)
+++ PKGBUILD    2012-09-23 22:57:12 UTC (rev 166974)
@@ -4,11 +4,11 @@
 # Maintainer: Gaetan Bisson <[email protected]>
 
 pkgname=audacious-plugins
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc='Plugins for Audacious'
 url='http://audacious-media-player.org/'
-license=('GPL')
+license=('custom:BSD' 'GPL')
 arch=('i686' 'x86_64')
 
 makedepends=("audacious>=${pkgver}"
@@ -44,7 +44,7 @@
             'libcue: CUE playlist format')
 
 
source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('7775ff82a7fe2a1de7eb8a76322718c845a1f225')
+sha1sums=('869d3820263ff35609bfc6f2e69885a00d660513')
 
 build() {
        cd "${srcdir}/${pkgname}-${pkgver}"
@@ -60,4 +60,5 @@
 package() {
        cd "${srcdir}/${pkgname}-${pkgver}"
        make DESTDIR="${pkgdir}" install
+       install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

Reply via email to