summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c308a0881d02..42b548de72f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sdl2-nox
pkgdesc = A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2) without X11 support
pkgver = 2.0.9
- pkgrel = 1
+ pkgrel = 2
url = http://www.libsdl.org
arch = x86_64
arch = arm
diff --git a/PKGBUILD b/PKGBUILD
index 38d03e5421d3..fd7c659da7fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sdl2-nox
pkgver=2.0.9
-pkgrel=1
+pkgrel=2
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2) without X11 support"
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="http://www.libsdl.org"
@@ -28,7 +28,8 @@ build() {
--enable-sdl-dlopen --enable-video-kmsdrm \
--disable-arts --disable-esd --disable-nas \
--enable-alsa --enable-pulseaudio-shared \
- --disable-video-x11 --disable-video-opengl
+ --disable-video-x11 --disable-video-opengl \
+ --disable-input-tslib
make
}