[arch-commits] Commit in mpg123/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Mon Dec 7 12:23:30 UTC 2009


    Date: Monday, December 7, 2009 @ 07:23:30
  Author: giovanni
Revision: 60845

upgpkg: mpg123 1.10.0-1
    upstream release

Modified:
  mpg123/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-07 12:22:13 UTC (rev 60844)
+++ PKGBUILD	2009-12-07 12:23:30 UTC (rev 60845)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=mpg123
-pkgver=1.9.2
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
 arch=('i686' 'x86_64')
@@ -16,14 +16,12 @@
 provides=('mpg321')
 replaces=('mpg321')
 options=('libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-        mpg123-1.9.2-libtool.patch)
-md5sums=('5313b1bcc0274b4d7c394397c205bb20'
-         '570ac56f363011237cc5b9ed8cbdcf9e')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('0005c9a89c381484e2d2ff450b3dfe5e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ${srcdir}/mpg123-1.9.2-libtool.patch || return 1
+
   ./configure --prefix=/usr \
               --with-audio="alsa esd sdl" || return 1
   make || return 1




More information about the arch-commits mailing list