Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
lib32-sdl3
Commits:
d019302e by Sven-Hendrik Haase at 2025-11-01T16:36:01+01:00
upgpkg: 3.2.26-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = lib32-sdl3
pkgdesc = A library for portable low-level access to a video
framebuffer, audio output, mouse, and keyboard (Version 3) - 32-bit
- pkgver = 3.2.24
+ pkgver = 3.2.26
pkgrel = 1
url = https://www.libsdl.org
arch = x86_64
@@ -35,10 +35,10 @@ pkgbase = lib32-sdl3
optdepends = lib32-pipewire: PipeWire audio driver
optdepends = lib32-vulkan-driver: vulkan renderer
optdepends = lib32-libdecor: Wayland client decorations
- source =
https://github.com/libsdl-org/SDL/releases/download/release-3.2.24/SDL3-3.2.24.tar.gz
- source =
https://github.com/libsdl-org/SDL/releases/download/release-3.2.24/SDL3-3.2.24.tar.gz.sig
+ source =
https://github.com/libsdl-org/SDL/releases/download/release-3.2.26/SDL3-3.2.26.tar.gz
+ source =
https://github.com/libsdl-org/SDL/releases/download/release-3.2.26/SDL3-3.2.26.tar.gz.sig
validpgpkeys = 1528635D8053A57F77D1E08630A59377A7763BE6
- sha512sums =
7032a6ba17d9c6c495fc948733ad2aeaf8d94b7e594746763f49676c84ca13e7b2f8d45ea068f961ca487dbca3df1968a42926410dbc3a1d381997f46277babc
+ sha512sums =
cdc280946657bc84772198a45512be073e65b3a1875bb688946570d77cecf9b6b468c73044b7ef3287e2cb90b31640799298b22b6ca7806edea7dbf13f31a45b
sha512sums = SKIP
pkgname = lib32-sdl3
=====================================
PKGBUILD
=====================================
@@ -1,6 +1,6 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
pkgname=lib32-sdl3
-pkgver=3.2.24
+pkgver=3.2.26
pkgrel=1
pkgdesc="A library for portable low-level access to a video framebuffer, audio
output, mouse, and keyboard (Version 3) - 32-bit"
arch=('x86_64')
@@ -44,7 +44,7 @@ optdepends=(
'lib32-libdecor: Wayland client decorations'
)
source=("https://github.com/libsdl-org/SDL/releases/download/release-${pkgver}/SDL3-${pkgver}.tar.gz"{,.sig})
-sha512sums=('7032a6ba17d9c6c495fc948733ad2aeaf8d94b7e594746763f49676c84ca13e7b2f8d45ea068f961ca487dbca3df1968a42926410dbc3a1d381997f46277babc'
+sha512sums=('cdc280946657bc84772198a45512be073e65b3a1875bb688946570d77cecf9b6b468c73044b7ef3287e2cb90b31640799298b22b6ca7806edea7dbf13f31a45b'
'SKIP')
validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-sdl3/-/commit/d019302e3f0135f89de90174c4eb91f92373169a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-sdl3/-/commit/d019302e3f0135f89de90174c4eb91f92373169a
You're receiving this email because of your account on gitlab.archlinux.org.