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

Eric Bélanger eric at nymeria.archlinux.org
Thu May 23 01:21:59 UTC 2013


    Date: Thursday, May 23, 2013 @ 03:21:59
  Author: eric
Revision: 186256

upgpkg: mpg123 1.15.4-1

Upstream update, Remove old conflicts/provides arrays

Modified:
  mpg123/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-23 01:03:14 UTC (rev 186255)
+++ PKGBUILD	2013-05-23 01:21:59 UTC (rev 186256)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=mpg123
-pkgver=1.15.3
+pkgver=1.15.4
 pkgrel=1
 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
 arch=('i686' 'x86_64')
@@ -13,22 +13,20 @@
 optdepends=('sdl: for sdl audio support'
             'jack: for jack audio support'
             'libpulse: for pulse audio support')
-conflicts=('mpg321')
-provides=('mpg321')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('915eb8782106a62b103a1171364571d69cb64e25'
-          '90614c85da88f965d9aa3165c111b6eeba711903')
+sha1sums=('f39d927bcf7abf4f9d857f10cd97c8ceccaffbfa'
+          'SKIP')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
     --with-audio="alsa oss sdl jack pulse"
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
 }




More information about the arch-commits mailing list