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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Oct 30 12:15:47 UTC 2018


    Date: Tuesday, October 30, 2018 @ 12:15:46
  Author: svenstaro
Revision: 337574

upgpkg: sdl2 2.0.8-11

Use jack instead of jack2

Modified:
  sdl2/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-30 10:27:19 UTC (rev 337573)
+++ PKGBUILD	2018-10-30 12:15:46 UTC (rev 337574)
@@ -2,7 +2,7 @@
 
 pkgname=sdl2
 pkgver=2.0.8
-pkgrel=10
+pkgrel=11
 pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2)"
 arch=('x86_64')
 url="https://www.libsdl.org"
@@ -9,10 +9,10 @@
 license=('MIT')
 depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor' 'libibus')
 makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 'libxkbcommon'
-             'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake' 'jack2')
+             'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake' 'jack')
 optdepends=('alsa-lib: ALSA audio driver'
             'libpulse: PulseAudio audio driver'
-            'jack2: JACK audio driver')
+            'jack: JACK audio driver')
 source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig}
         cmake-include-paths.patch dynapi.patch)
 sha512sums=('673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869'
@@ -29,7 +29,6 @@
   # Taken from Fedora; fixes "Firewatch" and "Enter the Gungeon"
   patch -Np1 -i "${srcdir}"/dynapi.patch
 
-  rm -rf build
   mkdir build
 }
 



More information about the arch-commits mailing list