summaryrefslogtreecommitdiff
path: root/multilib/lib32-sdl_image/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'multilib/lib32-sdl_image/PKGBUILD')
-rw-r--r--multilib/lib32-sdl_image/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/multilib/lib32-sdl_image/PKGBUILD b/multilib/lib32-sdl_image/PKGBUILD
index a0df01c37..bf60a1817 100644
--- a/multilib/lib32-sdl_image/PKGBUILD
+++ b/multilib/lib32-sdl_image/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 62238 2012-01-18 17:43:15Z svenstaro $
+# $Id: PKGBUILD 62665 2012-01-23 18:29:11Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: SpepS <dreamspepser at yahoo dot it>
_pkgbasename=sdl_image
pkgname=lib32-$_pkgbasename
-pkgver=1.2.11
+pkgver=1.2.12
pkgrel=1
pkgdesc="A simple library to load images of various formats as SDL surfaces (32-bit)"
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('lib32-sdl' 'lib32-libpng' 'lib32-libjpeg' 'lib32-libtiff' 'lib32-zlib'
makedepends=('gcc-multilib')
options=('!libtool')
source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-${pkgver}.tar.gz)
-md5sums=('1210d7a7e87ab95abebb4f3e79a0fd31')
+md5sums=('a0f9098ebe5400f0bdc9b62e60797ecb')
build() {
export CC='gcc -m32'