community/sdl2: upgrade to 2.30.7

This commit is contained in:
Simon Zeni 2024-09-08 14:43:56 -04:00
parent 043e3b9342
commit 68ca7b64c3

View File

@ -1,7 +1,7 @@
# Contributor: August Klein <amatcoder@gmail.com>
# Maintainer: Simon Zeni <simon@bl4ckb0ne.ca>
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
"