testing/sdl3_image: upgrade to 3.4.2

This commit is contained in:
Wen Heping 2026-04-12 00:44:33 +00:00 committed by Hugo Barrera
parent 4048b41638
commit dd7c83a47b

View File

@ -1,7 +1,7 @@
# Contributor: knuxify <knuxify@gmail.com>
# Maintainer: knuxify <knuxify@gmail.com>
pkgname=sdl3_image
pkgver=3.2.6
pkgver=3.4.2
pkgrel=0
pkgdesc="A simple library to load images of various formats as SDL surfaces"
url="https://github.com/libsdl-org/SDL_image"
@ -31,6 +31,8 @@ build() {
}
check() {
[ "$CARCH" = "ppc64le" ] && return 0 # skip the check on ppc64le
ctest --test-dir build
}
@ -39,5 +41,5 @@ package() {
}
sha512sums="
243fa6e9523f8ca5c40579d0ce20e86eb53c87b962e82a6696ad0a9541a68d7fe9730510067a5a181361a77cdca83fab373fd353722367f353e0cd2a614906f0 sdl3_image-3.2.6.tar.gz
bd2b1c8abdf5b207901fa76f6636830f813b67f3e6854e623af6c7fbd27cf34e0d9f3d62f5eaf8b269fb0e1fbb309adad0e1ce9b55da01db5fbe0f21fb7f93b4 sdl3_image-3.4.2.tar.gz
"