Date: Wednesday, April 12, 2023 @ 22:31:13
  Author: heftig
Revision: 473999

1.23.1-1

Modified:
  openal/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-12 22:28:06 UTC (rev 473998)
+++ PKGBUILD    2023-04-12 22:31:13 UTC (rev 473999)
@@ -3,12 +3,15 @@
 # Contributor: Jason Chu <[email protected]>
 
 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"
+url="https://github.com/kcat/openal-soft";
 arch=(x86_64)
-url="https://github.com/kcat/openal-soft";
 license=(LGPL)
 depends=(
   gcc-libs
@@ -34,7 +37,7 @@
   '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')
 

Reply via email to