[arch-commits] Commit in alsa-utils/repos (3 files)
Tobias Powalowski
tpowa at archlinux.org
Wed Feb 11 11:26:55 UTC 2009
Date: Wednesday, February 11, 2009 @ 06:26:54
Author: tpowa
Revision: 26693
Merged revisions 26692 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/alsa-utils/trunk
........
r26692 | tpowa | 2009-02-11 12:26:17 +0100 (Mi, 11 Feb 2009) | 1 line
upgpkg: alsa-utils 1.0.19-1
........
Modified:
alsa-utils/repos/extra-x86_64/ (properties)
alsa-utils/repos/extra-x86_64/PKGBUILD
alsa-utils/repos/extra-x86_64/alsaconf.patch
----------------+
PKGBUILD | 6 +-----
alsaconf.patch | 4 ++--
2 files changed, 3 insertions(+), 7 deletions(-)
Property changes on: alsa-utils/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /alsa-utils/trunk:1-18680
+ /alsa-utils/trunk:1-26692
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-02-11 11:26:17 UTC (rev 26692)
+++ extra-x86_64/PKGBUILD 2009-02-11 11:26:54 UTC (rev 26693)
@@ -1,7 +1,7 @@
# $Id$
# Maintainer: judd <jvinet at zeroflux.org>
pkgname=alsa-utils
-pkgver=1.0.18
+pkgver=1.0.19
pkgrel=1
pkgdesc="An alternative implementation of Linux sound support"
arch=('i686' 'x86_64')
@@ -23,7 +23,3 @@
install -D -m755 ../alsa $startdir/pkg/etc/rc.d/alsa
install -D -m644 ../alsa.conf.d $startdir/pkg/etc/conf.d/alsa
}
-md5sums=('0a6b26d27cc2adfd591d91d8c155fdb7'
- '9dff78913b13b10e67c4195e90395ed2'
- '538f82650d08e901efea86c5395520df'
- '93089f0d8872078939f76dd2acaebc2b')
Modified: extra-x86_64/alsaconf.patch
===================================================================
--- extra-x86_64/alsaconf.patch 2009-02-11 11:26:17 UTC (rev 26692)
+++ extra-x86_64/alsaconf.patch 2009-02-11 11:26:54 UTC (rev 26693)
@@ -7,9 +7,9 @@
distribution="fedora"
+elif test -f /etc/arch-release && grep -q "Arch" /etc/arch-release; then
+ distribution="arch"
+ elif [ -f /etc/slackware-version -o -f /etc/slamd64-version ]; then
+ distribution="slackware"
else
- distribution="unknown"
- fi
@@ -382,6 +384,8 @@
rcalsasound=/etc/rc.d/init.d/alsasound
elif [ -x /etc/init.d/alsa ]; then
More information about the arch-commits
mailing list