[arch-commits] Commit in alsa-utils/trunk (PKGBUILD alsaconf.patch)

Tobias Powalowski tpowa at archlinux.org
Wed Aug 17 07:43:15 UTC 2011


    Date: Wednesday, August 17, 2011 @ 03:43:14
  Author: tpowa
Revision: 135665

upgpkg: alsa-utils 1.0.24.2-3

	fix alsa conf patch

Modified:
  alsa-utils/trunk/PKGBUILD
  alsa-utils/trunk/alsaconf.patch

----------------+
 PKGBUILD       |   12 ++++++------
 alsaconf.patch |    2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-17 07:18:12 UTC (rev 135664)
+++ PKGBUILD	2011-08-17 07:43:14 UTC (rev 135665)
@@ -4,7 +4,7 @@
 
 pkgname=alsa-utils
 pkgver=1.0.24.2
-pkgrel=2
+pkgrel=3
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
 url="http://www.alsa-project.org"
@@ -18,11 +18,6 @@
         alsa.conf.d
         90alsa)
 backup=(etc/conf.d/alsa)
-md5sums=('8238cd57cb301d1c36bcf0ecb59ce6b2'
-         '2ba1a1cbf653bf1a69f8a720fd6549da'
-         '62ebef77d5617d0036012cc541dcf23c'
-         '4c8ae9f976c7df5e271a4cb91ccc7767'
-         '529216f6a46e61a546640e08ea7a0879')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -40,3 +35,8 @@
   # dir where to save ALSA state
   install -d ${pkgdir}/var/lib/alsa
 }
+md5sums=('8238cd57cb301d1c36bcf0ecb59ce6b2'
+         '2ba1a1cbf653bf1a69f8a720fd6549da'
+         '7521bf20f5b3501a510ec4462ae4a934'
+         '4c8ae9f976c7df5e271a4cb91ccc7767'
+         '529216f6a46e61a546640e08ea7a0879')

Modified: alsaconf.patch
===================================================================
--- alsaconf.patch	2011-08-17 07:18:12 UTC (rev 135664)
+++ alsaconf.patch	2011-08-17 07:43:14 UTC (rev 135665)
@@ -5,7 +5,7 @@
    distribution="redhat"
  elif test -f /etc/fedora-release && grep -q "Fedora" /etc/fedora-release; then
    distribution="fedora"
-+elif test -f /etc/arch-release && grep -q "Arch" /etc/arch-release; then
++elif test -f /etc/arch-release; then
 +  distribution="arch"
  elif [ -f /etc/slackware-version -o -f /etc/slamd64-version ]; then
    distribution="slackware"




More information about the arch-commits mailing list