diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-27 10:08:53 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-27 10:08:53 +0200 |
commit | 9262eae11412e7e7925ba230761f86fcc3756002 (patch) | |
tree | 4caf8c64e442feb4323f8710d5c6d7ee2c3e0d77 /extra/mpg123 | |
parent | a9a4a92d8375d35e09a3cf9d50921d8839d7c79a (diff) | |
parent | c8729cab8302ab82e01135a22fb9fa9704f1559b (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/cdemu-daemon/PKGBUILD
community-testing/cdemu-daemon/cdemud.conf
community-testing/cdemu-daemon/cdemud.rc
extra/perl-bit-vector/PKGBUILD
testing/gcc/PKGBUILD
Diffstat (limited to 'extra/mpg123')
-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 c1a880609..34064fd85 100644 --- a/extra/mpg123/PKGBUILD +++ b/extra/mpg123/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 153957 2012-03-21 03:38:39Z eric $ +# $Id: PKGBUILD 154304 2012-03-26 01:26:00Z eric $ # Maintainer: Eric Bélanger <eric@archlinux.org> pkgname=mpg123 -pkgver=1.13.6 +pkgver=1.13.7 pkgrel=1 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3" arch=('i686' 'x86_64' 'mips64el') @@ -17,8 +17,8 @@ conflicts=('mpg321') provides=('mpg321') options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}) -sha1sums=('61ae9edb105d4051858fe636fb2e54bd275cdfd9' - '19ac8fb68b499fba0167c242ee8d6af79b4a8dff') +sha1sums=('33b71c932b87004f3c8fed527b1f9a4b5f4337b2' + '6f7593c0c14647c61cd57d1a03fe89eb6528aebe') build() { cd "${srcdir}/${pkgname}-${pkgver}" |