mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/pulseaudio to 4.0-6
This commit is contained in:
parent
2ad52f6bcb
commit
ec69e78d44
1 changed files with 6 additions and 1 deletions
|
@ -11,7 +11,7 @@ pkgbase=pulseaudio
|
|||
pkgname=(pulseaudio libpulse)
|
||||
pkgdesc="A featureful, general-purpose sound server"
|
||||
pkgver=4.0
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.freedesktop.org/wiki/Software/PulseAudio"
|
||||
license=(LGPL AGPL3)
|
||||
|
@ -26,6 +26,11 @@ source=($pkgbase-$pkgver::git://anongit.freedesktop.org/pulseaudio/pulseaudio#co
|
|||
sha256sums=('SKIP'
|
||||
'a0db6cdc74fbf0ca10e2343c08e1e228f109221c6c0ff91b0bfade5c4bdf03cf')
|
||||
|
||||
prepare() {
|
||||
cd $pkgbase-$pkgver
|
||||
# ABI break https://bugs.freedesktop.org/show_bug.cgi?id=71047
|
||||
git revert -n 16886bb b98a2e1
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $pkgbase-$pkgver
|
||||
|
|
Loading…
Reference in a new issue