diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-11-29 23:25:37 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-11-29 23:25:37 -0500 |
commit | 018197f0aa7e6d6f6c105ead7c7d01a7dbdb87a0 (patch) | |
tree | cbbe330f869768bd3326493cd9be6272586ebcf9 /libre/sdl | |
parent | c382b4d1fcbf9b59e783e9e6822024b211483a36 (diff) | |
download | abslibre-018197f0aa7e6d6f6c105ead7c7d01a7dbdb87a0.tar.gz abslibre-018197f0aa7e6d6f6c105ead7c7d01a7dbdb87a0.tar.bz2 abslibre-018197f0aa7e6d6f6c105ead7c7d01a7dbdb87a0.zip |
sdl-1.2.15-10.par1: rebuild
Diffstat (limited to 'libre/sdl')
-rw-r--r-- | libre/sdl/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/sdl/PKGBUILD b/libre/sdl/PKGBUILD index 823a38bbe..7fc3cb0fb 100644 --- a/libre/sdl/PKGBUILD +++ b/libre/sdl/PKGBUILD @@ -1,4 +1,3 @@ -# $Id: PKGBUILD 291910 2017-03-30 20:59:20Z heftig $ # Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor (Arch): Allan McRae <allan@archlinux.org> # Contributor (Arch): dorphell <dorphell@archlinux.org> @@ -9,9 +8,11 @@ pkgname=sdl pkgver=1.2.15 -pkgrel=9.parabola1 +pkgrel=10 +pkgrel+=.par1 pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard, without nonfree riva_mmio.h file" -arch=('i686' 'x86_64' 'armv7h') +arch=('x86_64') +arch+=('i686' 'armv7h') url="https://www.libsdl.org" license=('LGPL') conflicts=('sdl-libre') |