diff options
author | root <root@rshg054.dnsready.net> | 2013-10-09 03:23:29 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-09 03:23:29 -0700 |
commit | 737832e1bd70820f477143512b5c89a30a6e81d0 (patch) | |
tree | 665a7ce2bee287680b34294d30d2a2602da059ea /extra/mpg123/PKGBUILD | |
parent | 3a0ad5dc35d5cff379cdfc736b9cae856416fe6a (diff) |
Wed Oct 9 03:18:48 PDT 2013
Diffstat (limited to 'extra/mpg123/PKGBUILD')
-rw-r--r-- | extra/mpg123/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/mpg123/PKGBUILD b/extra/mpg123/PKGBUILD index 14ce5932b..d919151cb 100644 --- a/extra/mpg123/PKGBUILD +++ b/extra/mpg123/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 186257 2013-05-23 01:22:39Z eric $ +# $Id: PKGBUILD 196183 2013-10-08 02:41:01Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> 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 @@ optdepends=('sdl: for sdl audio support' '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() { |