Date: Tuesday, October 8, 2013 @ 04:39:36 Author: eric Revision: 196182
upgpkg: mpg123 1.16.0-1 Upstream update, Update license Modified: mpg123/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-10-07 23:52:46 UTC (rev 196181) +++ PKGBUILD 2013-10-08 02:39:36 UTC (rev 196182) @@ -2,12 +2,12 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=mpg123 -pkgver=1.15.4 +pkgver=1.16.0 pkgrel=1 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3" arch=('i686' 'x86_64') url="http://sourceforge.net/projects/mpg123" -license=('GPL2' 'LGPL2.1') +license=('LGPL2.1') depends=('libltdl' 'alsa-lib') makedepends=('sdl' 'jack' 'libpulse') optdepends=('sdl: for sdl audio support' @@ -15,7 +15,7 @@ 'libpulse: for pulse audio support') options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}) -sha1sums=('f39d927bcf7abf4f9d857f10cd97c8ceccaffbfa' +sha1sums=('73105629f8d4b9426ec9fe93455a8271a96c4ae4' 'SKIP') build() {
