Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / lib32-sdl_image
Commits: 58170f00 by Antonio Rojas at 2024-09-07T12:37:04+02:00 upgpkg: 1.2.12-9: Rebuild for missing .SRCINFO - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = lib32-sdl_image + pkgdesc = A simple library to load images of various formats as SDL surfaces (32-bit) + pkgver = 1.2.12 + pkgrel = 9 + url = https://www.libsdl.org/projects/SDL_image/ + arch = x86_64 + license = custom + depends = lib32-sdl>=1.2.13 + depends = lib32-libpng + depends = lib32-libjpeg-turbo + depends = lib32-libtiff + depends = lib32-zlib + depends = sdl_image + provides = libSDL_image-1.2.so + source = https://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.12.tar.gz + sha256sums = 0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699 + +pkgname = lib32-sdl_image ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _pkgbasename=sdl_image pkgname=lib32-$_pkgbasename pkgver=1.2.12 -pkgrel=8 +pkgrel=9 pkgdesc="A simple library to load images of various formats as SDL surfaces (32-bit)" url="https://www.libsdl.org/projects/SDL_image/" arch=(x86_64) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-sdl_image/-/commit/58170f004ee99ac090f5ce05437423871a02b953 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-sdl_image/-/commit/58170f004ee99ac090f5ce05437423871a02b953 You're receiving this email because of your account on gitlab.archlinux.org.
