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

Jan Steffens heftig at archlinux.org
Thu Jun 8 20:20:04 UTC 2017


    Date: Thursday, June 8, 2017 @ 20:20:03
  Author: heftig
Revision: 235469

1.18.0-1

Modified:
  lib32-openal/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-08 20:17:10 UTC (rev 235468)
+++ PKGBUILD	2017-06-08 20:20:03 UTC (rev 235469)
@@ -4,7 +4,7 @@
 # Contributor: Jason Chu <jchu at xentac.net>
 
 pkgname=lib32-openal
-pkgver=1.17.2
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="A cross-platform 3D audio library (32-bit)"
 arch=(x86_64)
@@ -17,6 +17,11 @@
 source=("git+https://github.com/kcat/openal-soft#commit=$_commit")
 sha256sums=('SKIP')
 
+pkgver() {
+  cd openal-soft
+  git describe --tags | sed 's/^openal-soft-//;s/-/+/g'
+}
+
 prepare() {
   mkdir build
   cd openal-soft



More information about the arch-commits mailing list