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

Jan Steffens heftig at archlinux.org
Fri Dec 6 20:18:47 UTC 2019


    Date: Friday, December 6, 2019 @ 20:18:47
  Author: heftig
Revision: 536069

fix deps

Modified:
  lib32-openal/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-06 20:17:49 UTC (rev 536068)
+++ PKGBUILD	2019-12-06 20:18:47 UTC (rev 536069)
@@ -9,9 +9,10 @@
 arch=(x86_64)
 url="https://github.com/kcat/openal-soft"
 license=(LGPL)
-depends=(lib32-glibc openal)
+depends=(lib32-gcc-libs openal)
 makedepends=(lib32-alsa-lib lib32-libpulse lib32-fluidsynth lib32-portaudio
              lib32-jack git cmake)
+optdepends=('lib32-fluidsynth: MIDI rendering')
 _commit=c0cf323e1d56ce605e90927324d2fdafcfbb564a  # tags/openal-soft-1.20.0
 source=("git+https://github.com/kcat/openal-soft#commit=$_commit")
 sha256sums=('SKIP')
@@ -38,8 +39,6 @@
 }
 
 package() {
-  optdepends=('lib32-fluidsynth: MIDI rendering')
-
   DESTDIR="$pkgdir" cmake --build build --target install
   rm -rv "$pkgdir"/usr/{include,share,bin}
 }



More information about the arch-commits mailing list