summaryrefslogtreecommitdiff
path: root/extra/sdl2_image
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-27 01:06:08 -0700
committerroot <root@rshg054.dnsready.net>2013-10-27 01:06:08 -0700
commit2886140ddb1db32f36cb0b27e93888442a603a53 (patch)
tree2a85cef112f53e98d1b959951dc7004b9bc89dc9 /extra/sdl2_image
parent24152c3ea77087edccf017c13d44904a75799ff7 (diff)
Sun Oct 27 01:05:45 PDT 2013
Diffstat (limited to 'extra/sdl2_image')
-rw-r--r--extra/sdl2_image/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/sdl2_image/PKGBUILD b/extra/sdl2_image/PKGBUILD
index fc17b5d2d..f8db10005 100644
--- a/extra/sdl2_image/PKGBUILD
+++ b/extra/sdl2_image/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=sdl2_image
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A simple library to load images of various formats as SDL surfaces (Version 2)"
arch=('i686' 'x86_64')
-url="http://www.libsdl.org"
+url="http://www.libsdl.org/projects/SDL_image"
license=('MIT')
depends=('sdl2' 'libpng' 'libtiff' 'libjpeg' 'libwebp')
makedepends=('cmake')
options=(!libtool)
-source=("http://www.libsdl.org/tmp/SDL_image/release/SDL2_image-${pkgver}.tar.gz")
-sha1sums=('1a37f0f63421bd1b86dd6ddabcb04fa8f28874ce')
+source=("$url/release/SDL2_image-${pkgver}.tar.gz")
+sha1sums=('20b1b0db9dd540d6d5e40c7da8a39c6a81248865')
build() {
cd "${srcdir}/SDL2_image-${pkgver}/"