diff options
author | Danny Rawlins <contact@romster.me> | 2021-02-16 22:34:11 +1100 |
---|---|---|
committer | Danny Rawlins <contact@romster.me> | 2021-02-16 22:34:11 +1100 |
commit | a1dc5c6bcaf7ec271e936b4835feb85c1d3f72c4 (patch) | |
tree | 6e96f1a4c03298ab8b809816de3cfcc231792f65 /openal/Pkgfile | |
parent | d3cb50514aea84ebb331c6f08aae51c76e1b7539 (diff) | |
download | opt-a1dc5c6bcaf7ec271e936b4835feb85c1d3f72c4.tar.gz opt-a1dc5c6bcaf7ec271e936b4835feb85c1d3f72c4.tar.xz |
openal: 1.21.0 -> 1.21.1
Diffstat (limited to 'openal/Pkgfile')
-rw-r--r-- | openal/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openal/Pkgfile b/openal/Pkgfile index 0cc855b6f..5f1441099 100644 --- a/openal/Pkgfile +++ b/openal/Pkgfile @@ -4,14 +4,14 @@ # Depends on: alsa-lib cmake name=openal -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} \ + cmake -S openal-soft-$version -B build ${PKGMK_OPENAL} \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_LIBDIR=lib \ -D ALSOFT_EXAMPLES=OFF \ |