mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/openal to 1.18.0-2
This commit is contained in:
parent
633453c0ea
commit
788da507ec
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue