diff options
author | root <root@rshg054.dnsready.net> | 2012-05-01 00:01:20 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-01 00:01:20 +0000 |
commit | 752015395fc8b95cc4a86b68189cb747fe9a8499 (patch) | |
tree | 3e64f1f739447b52eab8498bf13bcbc9410cde8e /extra/pulseaudio | |
parent | b7cd4b184f75d3d2b54b356e08f296df3a9afb38 (diff) |
Tue May 1 00:01:20 UTC 2012
Diffstat (limited to 'extra/pulseaudio')
-rw-r--r-- | extra/pulseaudio/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/pulseaudio/PKGBUILD b/extra/pulseaudio/PKGBUILD index fbfb18060..c752ca0f9 100644 --- a/extra/pulseaudio/PKGBUILD +++ b/extra/pulseaudio/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 157462 2012-04-28 17:12:24Z heftig $ +# $Id: PKGBUILD 157751 2012-04-29 06:33:27Z allan $ # Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Contributor: Corrado Primier <bardo@aur.archlinux.org> @@ -8,7 +8,7 @@ pkgbase=pulseaudio pkgname=(pulseaudio libpulse) pkgdesc="A featureful, general-purpose sound server" pkgver=1.1 -pkgrel=3 +pkgrel=4 arch=(i686 x86_64) url="http://pulseaudio.org/" license=(GPL LGPL) @@ -28,6 +28,7 @@ build() { --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ + --with-udev-rules-dir=/usr/lib/udev/rules.d \ --with-database=tdb \ --disable-hal \ --disable-tcpwrap \ |