diff options
author | Rafał Kozdrój | 2021-09-07 18:54:29 +0200 |
---|---|---|
committer | Rafał Kozdrój | 2021-09-07 18:54:29 +0200 |
commit | 20274cb9c51fc9d471136c413860a3654ada2edd (patch) | |
tree | ad5cd48ce00df5a15603fddb7e5b7796337122fd | |
parent | 9278dcd9848e965046b9e0c32a4428bd77836c61 (diff) | |
download | aur-20274cb9c51fc9d471136c413860a3654ada2edd.tar.gz |
lib32-sdl-git 1.2.15.r388.c4cf838b-1
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = lib32-sdl-git pkgdesc = A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (32-bit) - pkgver = 1.2.15.r336.08d4c52c + pkgver = 1.2.15.r388.c4cf838b pkgrel = 1 url = https://www.libsdl.org arch = x86_64 @@ -17,11 +17,10 @@ pkgbase = lib32-sdl-git depends = sdl optdepends = lib32-alsa-lib: ALSA audio driver optdepends = lib32-libpulse: PulseAudio audio driver - provides = lib32-sdl=1.2.15.r336.08d4c52c + provides = lib32-sdl=1.2.15.r388.c4cf838b conflicts = lib32-sdl options = staticlibs source = git+https://github.com/libsdl-org/SDL-1.2.git md5sums = SKIP pkgname = lib32-sdl-git - @@ -6,7 +6,7 @@ _pkgbasename=sdl _pkgname=lib32-$_pkgbasename pkgname=$_pkgname-git -pkgver=1.2.15.r336.08d4c52c +pkgver=1.2.15.r388.c4cf838b pkgrel=1 pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (32-bit)" arch=('x86_64') @@ -35,7 +35,8 @@ build() { cd "SDL-1.2" ./autogen.sh ./configure --prefix=/usr --disable-nasm --enable-alsa \ - --with-x --disable-rpath --disable-static --libdir=/usr/lib32 + --with-x --disable-rpath --disable-static --libdir=/usr/lib32 \ + --disable-input-tslib make } |