Date: Sunday, January 3, 2010 @ 13:48:19 Author: tpowa Revision: 62160
upgpkg: alsa-utils 1.0.22-2 fixed alsaconf output file Modified: alsa-utils/trunk/PKGBUILD alsa-utils/trunk/alsaconf.patch ----------------+ PKGBUILD | 4 ++-- alsaconf.patch | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-01-03 18:33:12 UTC (rev 62159) +++ PKGBUILD 2010-01-03 18:48:19 UTC (rev 62160) @@ -2,7 +2,7 @@ # Maintainer: judd <jvi...@zeroflux.org> pkgname=alsa-utils pkgver=1.0.22 -pkgrel=1 +pkgrel=2 pkgdesc="An alternative implementation of Linux sound support" arch=('i686' 'x86_64') url="http://www.alsa-project.org" @@ -27,5 +27,5 @@ } md5sums=('f7180316188552ee1e6759a03f1fe98d' '9dff78913b13b10e67c4195e90395ed2' - '434102eb210cc452e3dfd2a4a9841881' + '62ebef77d5617d0036012cc541dcf23c' '93089f0d8872078939f76dd2acaebc2b') Modified: alsaconf.patch =================================================================== --- alsaconf.patch 2010-01-03 18:33:12 UTC (rev 62159) +++ alsaconf.patch 2010-01-03 18:48:19 UTC (rev 62160) @@ -19,3 +19,14 @@ else rcalsasound=rcalsasound fi +--- alsa-utils-1.0.9a-orig/alsaconf/alsaconf.in 2010-01-03 19:44:08.000000000 +0100 ++++ alsa-utils-1.0.9a-orig/alsaconf/alsaconf.in 2010-01-03 19:44:08.000000000 +0100 +@@ -315,7 +315,7 @@ + 3.[789]*) + ;; + *) +- cfgout="/etc/modprobe.d/sound" ++ cfgout="/etc/modprobe.d/sound.conf" + cfgoldout="" + ;; + esac