diff --git a/community/sdl2/APKBUILD b/community/sdl2/APKBUILD index b44cebaa290..b12e1d4643a 100644 --- a/community/sdl2/APKBUILD +++ b/community/sdl2/APKBUILD @@ -1,7 +1,7 @@ # Contributor: August Klein # Maintainer: Simon Zeni pkgname=sdl2 -pkgver=2.30.6 +pkgver=2.30.7 pkgrel=0 pkgdesc="development library designed to provide low level access to audio, keyboard, mouse, joystick and graphics" url="https://www.libsdl.org" @@ -82,7 +82,7 @@ build() { check() { case "$CARCH" in # Test is broken https://github.com/libsdl-org/SDL/issues/9219 - ppc64le) ctest --test-dir build --output-on-failure -E testautomation;; + ppc64le|loongarch64) ctest --test-dir build --output-on-failure -E testautomation;; *) ctest --test-dir build --output-on-failure;; esac } @@ -101,5 +101,5 @@ dev() { } sha512sums=" -c73fd0b52e77d248a5dc2808a660ded9e708b87f68f677970da71e9b4a25ec60cf52f319b8b014ced7c9363560f2360262c04551a895f0f83ee62c3feeafba47 SDL2-2.30.6.tar.gz +1a16c10f500dea97bd4e4ca5f560fe4ab8e746c975d30751b7cf567868743d105ce84055d480e4c18b290adac485e67d1bb14ae1719644d6e42223d96f299a16 SDL2-2.30.7.tar.gz "