summaryrefslogtreecommitdiff
path: root/extra/alsa-utils/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/alsa-utils/PKGBUILD')
-rw-r--r--extra/alsa-utils/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/extra/alsa-utils/PKGBUILD b/extra/alsa-utils/PKGBUILD
index ff0ae1a20..f48a7dbd4 100644
--- a/extra/alsa-utils/PKGBUILD
+++ b/extra/alsa-utils/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 183071 2013-04-17 07:11:00Z tpowa $
+# $Id: PKGBUILD 185745 2013-05-18 09:51:58Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=alsa-utils
pkgver=1.0.27
-pkgrel=4
+pkgrel=5
pkgdesc="An alternative implementation of Linux sound support"
arch=('i686' 'x86_64')
url="http://www.alsa-project.org"
@@ -24,11 +24,13 @@ prepare() {
patch -Np1 -i ${srcdir}/alsa-restore-1.0.27.service.patch
patch -Np1 -i ${srcdir}/alsactl-fix-buffer-overflow-1.0.27.patch
patch -Np1 -i ${srcdir}/arecord-1.0.27.patch
+ # remove wrong udev file from sources
+ rm alsactl/90-alsa-restore.rules
}
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --disable-alsaconf \
+ ./configure --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \
--with-udev-rules-dir=/usr/lib/udev/rules.d \
--with-systemdsystemunitdir=/usr/lib/systemd/system
make