summaryrefslogtreecommitdiff
path: root/libre-multilib/lib32-sdl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre-multilib/lib32-sdl/PKGBUILD')
-rw-r--r--libre-multilib/lib32-sdl/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/libre-multilib/lib32-sdl/PKGBUILD b/libre-multilib/lib32-sdl/PKGBUILD
index 9160f18f9..88c5d68fd 100644
--- a/libre-multilib/lib32-sdl/PKGBUILD
+++ b/libre-multilib/lib32-sdl/PKGBUILD
@@ -7,7 +7,7 @@
_pkgbasename=sdl
pkgname=lib32-$_pkgbasename
pkgver=1.2.15
-pkgrel=6.parabola1
+pkgrel=6.parabola2
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (32-bit), without nonfree riva_mmio.h file"
arch=('x86_64')
url="http://www.libsdl.org"
@@ -25,14 +25,16 @@ source=(https://repo.parabola.nu/other/sdl-libre/SDL-libre-${pkgver}.tar.gz
fix_joystick_misc_axes.diff
libsdl-1.2.15-resizing.patch
sdl_x11sym.patch
- X11_KeyToUnicode.patch)
-md5sums=('c6e53ef16fa347ed066c3d68fe93c378'
+ X11_KeyToUnicode.patch
+ libre.patch)
+md5sums=('6b9b5ac27428e1a3b96c50604f2b1c40'
'04d8c179f125e04bcd4c9d60e013c2d7'
'e5c16b7611f62c7cb25f0534eff68852'
'687586a108b597a2a6b73070c1d37e51'
'3dd50347d8856160a9cbd7f80383a1f8'
'148b285bccee9d21bb96db807363b962'
- 'edea272dff4698470877c016d818918d')
+ 'edea272dff4698470877c016d818918d'
+ '71fb007f43825950d0ec7558a30253e0')
prepare() {
cd SDL-$pkgver
@@ -42,6 +44,8 @@ prepare() {
patch -Np1 -i ../libsdl-1.2.15-resizing.patch
patch -Np0 -i ../sdl_x11sym.patch
patch -Np1 -i ../X11_KeyToUnicode.patch
+
+ patch -Np1 -i ../libre.patch
}
build() {