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

Tobias Powalowski tpowa at archlinux.org
Sat Oct 13 09:11:48 UTC 2007


    Date: Saturday, October 13, 2007 @ 05:11:48
  Author: tpowa
    Path: /home/cvs-extra/extra/multimedia/alsa-utils

Modified: PKGBUILD (1.44 -> 1.45)

'upgpkg: update to new version'


----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)


Index: extra/multimedia/alsa-utils/PKGBUILD
diff -u extra/multimedia/alsa-utils/PKGBUILD:1.44 extra/multimedia/alsa-utils/PKGBUILD:1.45
--- extra/multimedia/alsa-utils/PKGBUILD:1.44	Tue Aug 21 12:00:48 2007
+++ extra/multimedia/alsa-utils/PKGBUILD	Sat Oct 13 05:11:48 2007
@@ -1,27 +1,27 @@
-# $Id: PKGBUILD,v 1.44 2007/08/21 16:00:48 tpowa Exp $
+# $Id: PKGBUILD,v 1.45 2007/10/13 09:11:48 tpowa Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=alsa-utils
-pkgver=1.0.14
-pkgrel=2
+pkgver=1.0.15rc1
+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.14' 'dialog' 'pciutils' 'ncurses')
+depends=('alsa-lib>=1.0.15rc3' '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-20070816.patch.bz2)
+	http://www.archlinux.org/~tpowa/alsa-patches/alsa-utils-20070918.patch.bz2)
 
 build() {
   cd $startdir/src/$pkgname-${pkgver}
-  patch -Np1 -i ../alsa-utils-20070816.patch || return 1
+  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=('6d3009c157ac6fc803696d6590a48366'
+md5sums=('f272e7681acc98d79b56909b935b7878'
          'fc8526312f35fe9c7a095edc3dca28f3'
          '538f82650d08e901efea86c5395520df'
-         '90693fce0b3900bc8299707ca40d04bf')
+         '59900ef4436b0d5f49b5a10c77f53239')




More information about the arch-commits mailing list