mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/pulseaudio to 10.0-2
This commit is contained in:
parent
c359dbdd18
commit
a87570fc9b
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ pkgbase=pulseaudio
|
|||
pkgname=(pulseaudio libpulse pulseaudio-{gconf,zeroconf,lirc,jack,bluetooth,equalizer})
|
||||
pkgdesc="A featureful, general-purpose sound server"
|
||||
pkgver=10.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.freedesktop.org/wiki/Software/PulseAudio"
|
||||
license=(GPL)
|
||||
|
@ -191,7 +191,7 @@ package_pulseaudio-lirc(){
|
|||
|
||||
package_pulseaudio-jack(){
|
||||
pkgdesc="Jack support for PulseAudio"
|
||||
depends=("pulseaudio=$pkgver-$pkgrel" jack2)
|
||||
depends=("pulseaudio=$pkgver-$pkgrel" jack)
|
||||
|
||||
mv "$srcdir"/jack/* "$pkgdir"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue