extra/openal to 1.18.0-2

This commit is contained in:
Kevin Mihelich 2017-07-23 15:48:53 +00:00
parent 633453c0ea
commit 788da507ec

View file

@ -10,7 +10,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"
@ -31,6 +31,9 @@ pkgver() {
git describe --tags | sed 's/^openal-soft-//;s/-/+/g'
}
# https://bugs.archlinux.org/task/54908
git cherry-pick -n d4f3490a880f779f460332689a396ade69840f50
prepare() {
mkdir build examples
cd openal-soft