[arch-commits] CVS update of arch/build/multimedia/alsa-utils (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Tue Aug 21 16:00:49 UTC 2007
Date: Tuesday, August 21, 2007 @ 12:00:49
Author: tpowa
Path: /home/cvs-arch/arch/build/multimedia/alsa-utils
Modified: PKGBUILD (1.43 -> 1.44)
'upgpgk: update to new alsa-snapshot'
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Index: arch/build/multimedia/alsa-utils/PKGBUILD
diff -u arch/build/multimedia/alsa-utils/PKGBUILD:1.43 arch/build/multimedia/alsa-utils/PKGBUILD:1.44
--- arch/build/multimedia/alsa-utils/PKGBUILD:1.43 Fri Jun 8 14:29:17 2007
+++ arch/build/multimedia/alsa-utils/PKGBUILD Tue Aug 21 12:00:48 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.43 2007/06/08 18:29:17 tpowa Exp $
+# $Id: PKGBUILD,v 1.44 2007/08/21 16:00:48 tpowa Exp $
# Maintainer: judd <jvinet at zeroflux.org>
pkgname=alsa-utils
pkgver=1.0.14
-pkgrel=1
+pkgrel=2
pkgdesc="An alternative implementation of Linux sound support"
arch=(i686 x86_64)
url="http://www.alsa-project.org"
@@ -10,18 +10,18 @@
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-20070605.patch.bz2)
-md5sums=('6d3009c157ac6fc803696d6590a48366'
- 'fc8526312f35fe9c7a095edc3dca28f3'
- '538f82650d08e901efea86c5395520df'
- '83d67611c6b82de9ee1a794f7b312b53')
+ http://www.archlinux.org/~tpowa/alsa-patches/alsa-utils-20070816.patch.bz2)
build() {
cd $startdir/src/$pkgname-${pkgver}
- patch -Np1 -i ../alsa-utils-20070605.patch || return 1
+ patch -Np1 -i ../alsa-utils-20070816.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'
+ 'fc8526312f35fe9c7a095edc3dca28f3'
+ '538f82650d08e901efea86c5395520df'
+ '90693fce0b3900bc8299707ca40d04bf')
More information about the arch-commits
mailing list