Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / lib32-sdl2_image
Commits: 2d4c009e by Antonio Rojas at 2023-12-26T12:27:36+01:00 upgpkg: 2.8.1-1: Udpate to 2.8.1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = lib32-sdl2_image + pkgdesc = A simple library to load images of various formats as SDL surfaces + pkgver = 2.8.1 + pkgrel = 1 + url = https://www.libsdl.org/projects/SDL_image/ + arch = x86_64 + license = MIT + makedepends = git + depends = lib32-glibc + depends = lib32-libjpeg + depends = lib32-libpng + depends = lib32-libtiff + depends = lib32-sdl2 + depends = lib32-libwebp + depends = sdl2_image + source = git+https://github.com/libsdl-org/SDL_image.git#tag=28b9daa15a59aa2829cd29944ca9ffbf049d7667 + b2sums = SKIP + +pkgname = lib32-sdl2_image ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Jameson Pugh <[email protected]> pkgname=lib32-sdl2_image -pkgver=2.6.3 +pkgver=2.8.1 pkgrel=1 pkgdesc='A simple library to load images of various formats as SDL surfaces' arch=(x86_64) @@ -19,7 +19,7 @@ depends=( sdl2_image ) makedepends=(git) -_tag=d3c6d5963dbe438bcae0e2b6f3d7cfea23d02829 +_tag=28b9daa15a59aa2829cd29944ca9ffbf049d7667 source=(git+https://github.com/libsdl-org/SDL_image.git#tag=${_tag}) b2sums=(SKIP) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-sdl2_image/-/commit/2d4c009e2835fb3a7c04cb0ec5fced8aec54c3e0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-sdl2_image/-/commit/2d4c009e2835fb3a7c04cb0ec5fced8aec54c3e0 You're receiving this email because of your account on gitlab.archlinux.org.
