diff options
Diffstat (limited to 'packaging/nacl/ports/sdl/pkg_info')
-rw-r--r-- | packaging/nacl/ports/sdl/pkg_info | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/packaging/nacl/ports/sdl/pkg_info b/packaging/nacl/ports/sdl/pkg_info index 2be6d94ee..21813f18c 100644 --- a/packaging/nacl/ports/sdl/pkg_info +++ b/packaging/nacl/ports/sdl/pkg_info @@ -1,9 +1,7 @@ NAME=sdl -VERSION=1.2.14 -ARCHIVE_ROOT=SDL-1.2.14 -URL=http://www.libsdl.org/release/SDL-1.2.14.tar.gz +VERSION=1.2.15 +URL=https://github.com/sbc100/SDL-mirror.git@1c6f2d0 LICENSE=LGPL2 -DEPENDS=(libtar regal) -# Disabled on bionic due to regal. -DISABLED_LIBC=(bionic) -SHA1=ba625b4b404589b97e92d7acd165992debe576dd +DEPENDS=(nacl-spawn regal) +SHA1=0c5f193ced810b0d7ce3ab06d808cbb5eef03a2c +DISABLED_TOOLCHAIN=(emscripten) |