summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/sdl/PKGBUILD7
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')