[arch-commits] CVS update of extra/multimedia/alsa-utils (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Fri Oct 19 07:17:35 UTC 2007


    Date: Friday, October 19, 2007 @ 03:17:35
  Author: tpowa
    Path: /home/cvs-extra/extra/multimedia/alsa-utils

Modified: PKGBUILD (1.45 -> 1.46)

'upgpkg: update to new version'


----------+
 PKGBUILD |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)


Index: extra/multimedia/alsa-utils/PKGBUILD
diff -u extra/multimedia/alsa-utils/PKGBUILD:1.45 extra/multimedia/alsa-utils/PKGBUILD:1.46
--- extra/multimedia/alsa-utils/PKGBUILD:1.45	Sat Oct 13 05:11:48 2007
+++ extra/multimedia/alsa-utils/PKGBUILD	Fri Oct 19 03:17:35 2007
@@ -1,27 +1,24 @@
-# $Id: PKGBUILD,v 1.45 2007/10/13 09:11:48 tpowa Exp $
+# $Id: PKGBUILD,v 1.46 2007/10/19 07:17:35 tpowa Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=alsa-utils
-pkgver=1.0.15rc1
+pkgver=1.0.15
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=(i686 x86_64)
 url="http://www.alsa-project.org"
-depends=('alsa-lib>=1.0.15rc3' 'dialog' 'pciutils' 'ncurses')
+depends=('alsa-lib>=1.0.15' 'dialog' 'pciutils' 'ncurses')
 license=('GPL')
 source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2 \
-        alsa alsaconf.patch \
-	http://www.archlinux.org/~tpowa/alsa-patches/alsa-utils-20070918.patch.bz2)
+        alsa alsaconf.patch)
 
 build() {
   cd $startdir/src/$pkgname-${pkgver}
-  patch -Np1 -i ../alsa-utils-20070918.patch || return 1
   patch -Np1 -i ../alsaconf.patch || return 1
   ./configure --prefix=/usr --with-curses=ncursesw
   make || return 1
   make DESTDIR=$startdir/pkg install
   install -D -m755 ../alsa $startdir/pkg/etc/rc.d/alsa
 }
-md5sums=('f272e7681acc98d79b56909b935b7878'
+md5sums=('287f46f891581c15018de4f8c0731575'
          'fc8526312f35fe9c7a095edc3dca28f3'
-         '538f82650d08e901efea86c5395520df'
-         '59900ef4436b0d5f49b5a10c77f53239')
+         '538f82650d08e901efea86c5395520df')




More information about the arch-commits mailing list