summaryrefslogtreecommitdiff
path: root/openal-32/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'openal-32/Pkgfile')
-rw-r--r--openal-32/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/openal-32/Pkgfile b/openal-32/Pkgfile
index 9ca756ef..5846789d 100644
--- a/openal-32/Pkgfile
+++ b/openal-32/Pkgfile
@@ -4,14 +4,14 @@
# Depends on: alsa-lib-32 openal
name=openal-32
-version=1.21.0
+version=1.21.1
release=1
-source=(https://github.com/kcat/openal-soft/archive/openal-soft-$version.tar.gz)
+source=(https://github.com/kcat/openal-soft/archive/$version/openal-soft-$version.tar.gz)
build() {
[ -e '/usr/bin/ninja' ] && PKGMK_OPENAL+=' -G Ninja'
- cmake -S openal-soft-openal-soft-$version -B build ${PKGMK_OPENAL_32} \
+ cmake -S openal-soft-$version -B build ${PKGMK_OPENAL_32} \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib32 \
-D ALSOFT_UTILS=OFF \

Generated by cgit