* update openal to 1.23.1-1

This commit is contained in:
Alexander Baldeck 2023-05-14 11:57:09 +02:00
parent dcd7316b88
commit 95dab31358

View File

@ -4,12 +4,15 @@
# Contributor: Jason Chu <jchu@xentac.net>
pkgbase=openal
pkgname=(openal openal-examples)
pkgver=1.23.0
pkgrel=2
pkgname=(
openal
openal-examples
)
pkgver=1.23.1
pkgrel=1
pkgdesc="Cross-platform 3D audio library, software implementation"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/kcat/openal-soft"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=(LGPL)
depends=(
gcc-libs
@ -35,7 +38,7 @@ optdepends=(
'fluidsynth: MIDI rendering'
'libmysofa: makemhr tool'
)
_commit=70c14cd560db819f180073052f4c2bfae5cf3c31 # tags/1.23.0
_commit=d3875f333fb6abe2f39d82caca329414871ae53b # tags/1.23.1
source=("git+https://github.com/kcat/openal-soft#commit=$_commit")
b2sums=('SKIP')