summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2018-11-02 12:29:05 -0400
committerVincent Grande2018-11-02 12:29:05 -0400
commitca216566db3efa0f2dc0c30e744276c42ecb4bfc (patch)
treeee916bd60a53ef73b7db31805fd68a9f3d70cf67
parent582fc9ceef5ba65c9f8dda1e26c613c9a792c380 (diff)
downloadaur-ca216566db3efa0f2dc0c30e744276c42ecb4bfc.tar.gz
maintainer update and SRCINFO update
-rw-r--r--.SRCINFO27
-rwxr-xr-xPKGBUILD6
2 files changed, 20 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc47f4174fa9..7f215c66988f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,30 +1,37 @@
pkgbase = lib32-sdl2-hg
- pkgdesc = A library for portable low-level access to video, audio and input (Version 2, 32 bit, development version)
- pkgver = 2.0.4.r3.d91a2c45825e
- pkgrel = 1
- url = http://www.libsdl.org
+ 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
+ url = https://www.libsdl.org
arch = x86_64
- license = ZLIB
- makedepends = mercurial
- makedepends = cmake
+ license = MIT
makedepends = gcc-multilib
makedepends = lib32-alsa-lib
makedepends = lib32-mesa
makedepends = lib32-libpulse
+ makedepends = lib32-libxrandr
makedepends = lib32-libxinerama
+ makedepends = lib32-wayland
makedepends = lib32-libxkbcommon
- makedepends = lib32-libxrandr
+ makedepends = wayland-protocols
+ makedepends = lib32-libxss
+ makedepends = cmake
+ makedepends = jack
+ makedepends = lib32-tslib
+ depends = lib32-glibc
depends = lib32-libxext
depends = lib32-libxrender
depends = lib32-libx11
depends = lib32-libgl
depends = lib32-libxcursor
+ depends = sdl2
optdepends = lib32-alsa-lib: ALSA audio driver
optdepends = lib32-libpulse: PulseAudio audio driver
+ optdepends = lib32-jack: JACK audio driver
provides = lib32-sdl2
conflicts = lib32-sdl2
- source = lib32-sdl2::hg+http://hg.libsdl.org/SDL
- md5sums = SKIP
+ source = hg+http://hg.libsdl.org/SDL#branch=default
+ sha512sums = SKIP
pkgname = lib32-sdl2-hg
diff --git a/PKGBUILD b/PKGBUILD
index 1a11aab3393e..5bdebba55929 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
+# Maintainer: Vincent Grande <shoober420@gmail.com>
+# Contributor: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Jameson Pugh <imntreal@gmail.com>
# Contributor: J0k3r <moebius282@gmail.com>
pkgname=lib32-sdl2-hg
pkgver=2.0.9.r13.45038f8422c9+
-pkgrel=1
+pkgrel=2
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"