diff options
author | root <root@rshg054.dnsready.net> | 2012-05-10 00:01:51 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-10 00:01:51 +0000 |
commit | 1adfdd111d570a6dfc66543a2858d9554c73e7a7 (patch) | |
tree | a1c3647bf2208871299e0a1419d6e0b64e1c82b7 /extra/mpg123/PKGBUILD | |
parent | 065cf8163398f8da177e9f09f5a5e97a063ca5c5 (diff) |
Thu May 10 00:01:50 UTC 2012
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 c0ca82929..354982b8b 100644 --- a/extra/mpg123/PKGBUILD +++ b/extra/mpg123/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 158020 2012-05-01 05:58:27Z eric $ +# $Id: PKGBUILD 158702 2012-05-08 04:10:15Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=mpg123 -pkgver=1.14.0 +pkgver=1.14.1 pkgrel=1 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3" arch=('i686' 'x86_64') @@ -17,8 +17,8 @@ conflicts=('mpg321') provides=('mpg321') options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}) -sha1sums=('49a3d6791cc948336aa34914582f97ac6bb2a8ff' - '85386be9450abd66d8738f5cf1adc82aa8f5fb53') +sha1sums=('db1004f3318ce239e2972ae623563fe6e831e331' + '9e88254e099ff08ff8eb5bb7e8697ec5b5a2b825') build() { cd "${srcdir}/${pkgname}-${pkgver}" |