[arch-commits] Commit in lib32-openal/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Mon Jun 27 17:06:00 UTC 2022


    Date: Monday, June 27, 2022 @ 17:05:59
  Author: heftig
Revision: 1239719

1.22.2-1

Modified:
  lib32-openal/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-27 16:41:59 UTC (rev 1239718)
+++ PKGBUILD	2022-06-27 17:05:59 UTC (rev 1239719)
@@ -3,7 +3,7 @@
 # Contributor: Jason Chu <jchu at xentac.net>
 
 pkgname=lib32-openal
-pkgver=1.22.0
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="Cross-platform 3D audio library, software implementation (32-bit)"
 arch=(x86_64)
@@ -14,20 +14,17 @@
              lib32-jack lib32-pipewire git cmake ninja)
 optdepends=('lib32-fluidsynth: MIDI rendering')
 options=(debug)
-_commit=c1c63a27de66cd44ef756b190a73bfa8bc6dbbab  # master
+_commit=dc83d99c95a42c960150ddeee06c124134b52208  # tags/1.22.2
 source=("git+https://github.com/kcat/openal-soft#commit=$_commit")
 b2sums=('SKIP')
 
 pkgver() {
   cd openal-soft
-  git describe --tags | sed 's/^openal-soft-//;s/-/+/g'
+  git describe --tags | sed 's/^openal-soft-//;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
   cd openal-soft
-
-  # Fixup missing tag
-  git tag -f 1.22.0 c1c63a27de66cd44ef756b190a73bfa8bc6dbbab
 }
 
 build() {



More information about the arch-commits mailing list