summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-09-20 15:21:18 -0400
committerVincent Grande2020-09-20 15:21:18 -0400
commitf5e6beb15f7bd0f791582f591db207fb128c5712 (patch)
tree1df618cf80a4d3487fdab39be9b33fbdcda03dcf
parent96562ac75e8c01a1157bb3fadf3f0c385ddb1014 (diff)
downloadaur-f5e6beb15f7bd0f791582f591db207fb128c5712.tar.gz
big fix
-rw-r--r--.SRCINFO14
-rwxr-xr-xPKGBUILD45
2 files changed, 39 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4785e3f372b4..46876f238d74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = lib32-sdl2-hg
pkgdesc = A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2. 32 -bit)
- pkgver = 2.0.9.r13.45038f8422c9+
- pkgrel = 2
+ pkgver = 2.0.12
+ pkgrel = 1
url = https://www.libsdl.org
arch = x86_64
license = MIT
+ makedepends = cmake
+ makedepends = jack
makedepends = lib32-alsa-lib
makedepends = lib32-mesa
makedepends = lib32-libpulse
@@ -12,11 +14,10 @@ pkgbase = lib32-sdl2-hg
makedepends = lib32-libxinerama
makedepends = lib32-wayland
makedepends = lib32-libxkbcommon
- makedepends = wayland-protocols
- makedepends = lib32-libxxf86vm
makedepends = lib32-libxss
- makedepends = cmake
+ makedepends = lib32-libxxf86vm
makedepends = mercurial
+ makedepends = wayland-protocols
depends = lib32-glibc
depends = lib32-libxext
depends = lib32-libxrender
@@ -27,10 +28,9 @@ pkgbase = lib32-sdl2-hg
optdepends = lib32-alsa-lib: ALSA audio driver
optdepends = lib32-libpulse: PulseAudio audio driver
optdepends = lib32-jack: JACK audio driver
- optdepends = jack: JACK audio support
- optdepends = lib32-tslib: Touchscreen support
provides = lib32-sdl2
conflicts = lib32-sdl2
+ conflicts = lib32-sdl2-minimal-hg
source = hg+http://hg.libsdl.org/SDL#branch=default
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c13df2562acd..f2435bb33d1c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,24 +4,43 @@
# Contributor: J0k3r <moebius282@gmail.com>
pkgname=lib32-sdl2-hg
-pkgver=2.0.9.r13.45038f8422c9+
-pkgrel=2
+pkgver=2.0.12
+pkgrel=1
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2. 32 -bit)"
arch=('x86_64')
url="https://www.libsdl.org"
license=('MIT')
-depends=('lib32-glibc' 'lib32-libxext' 'lib32-libxrender' 'lib32-libx11' 'lib32-libgl'
- 'lib32-libxcursor' 'sdl2')
-makedepends=('lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse' 'lib32-libxrandr'
- 'lib32-libxinerama' 'lib32-wayland' 'lib32-libxkbcommon' 'wayland-protocols' 'lib32-libxxf86vm'
- 'lib32-libxss' 'cmake' 'mercurial')
-optdepends=('lib32-alsa-lib: ALSA audio driver'
- 'lib32-libpulse: PulseAudio audio driver'
- 'lib32-jack: JACK audio driver'
- 'jack: JACK audio support'
- 'lib32-tslib: Touchscreen support')
+depends=(
+ lib32-glibc
+ lib32-libxext
+ lib32-libxrender
+ lib32-libx11
+ lib32-libgl
+ lib32-libxcursor
+ sdl2
+)
+makedepends=(
+ cmake
+ jack
+ lib32-alsa-lib
+ lib32-mesa
+ lib32-libpulse
+ lib32-libxrandr
+ lib32-libxinerama
+ lib32-wayland
+ lib32-libxkbcommon
+ lib32-libxss
+ lib32-libxxf86vm
+ mercurial
+ wayland-protocols
+)
+optdepends=(
+ 'lib32-alsa-lib: ALSA audio driver'
+ 'lib32-libpulse: PulseAudio audio driver'
+ 'lib32-jack: JACK audio driver'
+)
provides=(lib32-sdl2)
-conflicts=(lib32-sdl2)
+conflicts=(lib32-sdl2 lib32-sdl2-minimal-hg)
source=("hg+http://hg.libsdl.org/SDL#branch=default")
sha512sums=('SKIP')