Skip to content
Snippets Groups Projects
Commit 92c2a8af authored by Sertonix's avatar Sertonix Committed by Simon Zeni
Browse files
parent c2898aa0
No related branches found
No related tags found
1 merge request!74548community/sdl2: upgrade to 2.30.9
Pipeline #270185 skipped
# Contributor: August Klein <amatcoder@gmail.com>
# Maintainer: Simon Zeni <simon@bl4ckb0ne.ca>
pkgname=sdl2
pkgver=2.30.8
pkgver=2.30.9
pkgrel=0
pkgdesc="development library designed to provide low level access to audio, keyboard, mouse, joystick and graphics"
url="https://www.libsdl.org"
......@@ -82,8 +82,8 @@ build() {
check() {
case "$CARCH" in
# Test is broken https://github.com/libsdl-org/SDL/issues/9219
ppc64le|loongarch64) ctest --test-dir build --output-on-failure -E testautomation;;
*) ctest --test-dir build --output-on-failure;;
ppc64le) ctest --test-dir build -E testautomation;;
*) ctest --test-dir build;;
esac
}
......@@ -101,5 +101,5 @@ dev() {
}
sha512sums="
72e49d8a67f5ca1241a262e7e7ae7f6ff148e8774343110db652589ab2e72d3425534ca7f8c7825b2ae1afc779c09228da33a9586219ac4e53546a4930380b64 SDL2-2.30.8.tar.gz
30dfa86fcced174fef0ed78ffa53476a31765e19cdcdf8233ab92876445b4dedaa758fc42a3ec332324d13faa2daafcadcc44fc0f536a2969ef836162ec3cd36 SDL2-2.30.9.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment