Martin Rys pushed to branch main at Arch Linux / Packaging / Packages /
sdl3_image
Commits:
b0b14441 by Martin Rys at 2026-02-08T07:03:30+01:00
upgpkg: 3.4.0-1: Bump to 3.4.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = sdl3_image
pkgdesc = SDL3 image loading library
- pkgver = 3.2.6
+ pkgver = 3.4.0
pkgrel = 1
url = https://github.com/libsdl-org/SDL_image
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = sdl3_image
depends = libwebp
depends = libavif
depends = libjxl
- source =
https://github.com/libsdl-org/SDL_image/releases/download/release-3.2.6/SDL3_image-3.2.6.tar.gz
- sha256sums =
2daee16e6f8f9ea1c59ea243c0b089e2a2c7a2c402efa67f291a6359e5bd50d2
+ source =
https://github.com/libsdl-org/SDL_image/releases/download/release-3.4.0/SDL3_image-3.4.0.tar.gz
+ sha256sums =
2ceb75eab4235c2c7e93dafc3ef3268ad368ca5de40892bf8cffdd510f29d9d8
pkgname = sdl3_image
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Erik Kallen <[email protected]>
pkgname=sdl3_image
-pkgver=3.2.6
+pkgver=3.4.0
pkgrel=1
pkgdesc="SDL3 image loading library"
arch=("x86_64")
@@ -19,7 +19,7 @@ depends=(
)
makedepends=("cmake")
source=("https://github.com/libsdl-org/SDL_image/releases/download/release-${pkgver}/SDL3_image-${pkgver}.tar.gz")
-sha256sums=('2daee16e6f8f9ea1c59ea243c0b089e2a2c7a2c402efa67f291a6359e5bd50d2')
+sha256sums=('2ceb75eab4235c2c7e93dafc3ef3268ad368ca5de40892bf8cffdd510f29d9d8')
build() {
cmake \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sdl3_image/-/commit/b0b144416ede2c3ea02797bc484d33b63b4a8e8f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sdl3_image/-/commit/b0b144416ede2c3ea02797bc484d33b63b4a8e8f
You're receiving this email because of your account on gitlab.archlinux.org.