Date: Sunday, July 23, 2017 @ 10:40:23 Author: heftig Revision: 301186
1.18.0-2 Modified: openal/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-23 09:20:50 UTC (rev 301185) +++ PKGBUILD 2017-07-23 10:40:23 UTC (rev 301186) @@ -6,7 +6,7 @@ pkgbase=openal pkgname=(openal openal-examples) pkgver=1.18.0 -pkgrel=1 +pkgrel=2 pkgdesc="Cross-platform 3D audio library, software implementation" arch=(i686 x86_64) url="https://github.com/kcat/openal-soft" @@ -26,6 +26,9 @@ prepare() { mkdir build examples cd openal-soft + + # https://bugs.archlinux.org/task/54908 + git cherry-pick -n d4f3490a880f779f460332689a396ade69840f50 } build() {
