mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/sdl2: upgrade to 2.30.7
This commit is contained in:
parent
043e3b9342
commit
68ca7b64c3
@ -1,7 +1,7 @@
|
|||||||
# Contributor: August Klein <amatcoder@gmail.com>
|
# Contributor: August Klein <amatcoder@gmail.com>
|
||||||
# Maintainer: Simon Zeni <simon@bl4ckb0ne.ca>
|
# Maintainer: Simon Zeni <simon@bl4ckb0ne.ca>
|
||||||
pkgname=sdl2
|
pkgname=sdl2
|
||||||
pkgver=2.30.6
|
pkgver=2.30.7
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="development library designed to provide low level access to audio, keyboard, mouse, joystick and graphics"
|
pkgdesc="development library designed to provide low level access to audio, keyboard, mouse, joystick and graphics"
|
||||||
url="https://www.libsdl.org"
|
url="https://www.libsdl.org"
|
||||||
@ -82,7 +82,7 @@ build() {
|
|||||||
check() {
|
check() {
|
||||||
case "$CARCH" in
|
case "$CARCH" in
|
||||||
# Test is broken https://github.com/libsdl-org/SDL/issues/9219
|
# 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;;
|
*) ctest --test-dir build --output-on-failure;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
@ -101,5 +101,5 @@ dev() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
c73fd0b52e77d248a5dc2808a660ded9e708b87f68f677970da71e9b4a25ec60cf52f319b8b014ced7c9363560f2360262c04551a895f0f83ee62c3feeafba47 SDL2-2.30.6.tar.gz
|
1a16c10f500dea97bd4e4ca5f560fe4ab8e746c975d30751b7cf567868743d105ce84055d480e4c18b290adac485e67d1bb14ae1719644d6e42223d96f299a16 SDL2-2.30.7.tar.gz
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user