Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
sdl3
Commits:
ed7bdac4 by Sven-Hendrik Haase at 2025-02-07T13:20:24+01:00
upgpkg: 3.2.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = sdl3
pkgdesc = A library for portable low-level access to a video
framebuffer, audio output, mouse, and keyboard (Version 3)
- pkgver = 3.2.2
+ pkgver = 3.2.4
pkgrel = 1
url = https://www.libsdl.org
arch = x86_64
@@ -38,10 +38,10 @@ pkgbase = sdl3
optdepends = vulkan-driver: vulkan renderer
optdepends = sndio: sndio audio driver
optdepends = libdecor: Wayland client decorations
- source =
https://github.com/libsdl-org/SDL/releases/download/release-3.2.2/SDL3-3.2.2.tar.gz
- source =
https://github.com/libsdl-org/SDL/releases/download/release-3.2.2/SDL3-3.2.2.tar.gz.sig
+ source =
https://github.com/libsdl-org/SDL/releases/download/release-3.2.4/SDL3-3.2.4.tar.gz
+ source =
https://github.com/libsdl-org/SDL/releases/download/release-3.2.4/SDL3-3.2.4.tar.gz.sig
validpgpkeys = 1528635D8053A57F77D1E08630A59377A7763BE6
- sha512sums =
3269d0581ef7a50053750eab2197dcc69300aa17950a2ddbe8256f803da436a323a5737021455ab107af05cf60e7f25a0ff9c720eb50c6b6ed9417e1417d9caa
+ sha512sums =
bf90947ce75c7b8c0bfb1cb1a4b72d8ad4cfdd1711eac45470e8ed23578bf63d582291ffe898cbb12092221c2aa0c890b2367427ff16d172202320a9a82a5c93
sha512sums = SKIP
pkgname = sdl3
=====================================
PKGBUILD
=====================================
@@ -1,6 +1,6 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
pkgname=sdl3
-pkgver=3.2.2
+pkgver=3.2.4
pkgrel=1
pkgdesc="A library for portable low-level access to a video framebuffer, audio
output, mouse, and keyboard (Version 3)"
arch=('x86_64')
@@ -46,7 +46,7 @@ optdepends=(
'libdecor: Wayland client decorations'
)
source=("https://github.com/libsdl-org/SDL/releases/download/release-${pkgver}/SDL3-${pkgver}.tar.gz"{,.sig})
-sha512sums=('3269d0581ef7a50053750eab2197dcc69300aa17950a2ddbe8256f803da436a323a5737021455ab107af05cf60e7f25a0ff9c720eb50c6b6ed9417e1417d9caa'
+sha512sums=('bf90947ce75c7b8c0bfb1cb1a4b72d8ad4cfdd1711eac45470e8ed23578bf63d582291ffe898cbb12092221c2aa0c890b2367427ff16d172202320a9a82a5c93'
'SKIP')
validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sdl3/-/commit/ed7bdac4610e86f254ba2cbf7ee3dd5f84ee26c1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sdl3/-/commit/ed7bdac4610e86f254ba2cbf7ee3dd5f84ee26c1
You're receiving this email because of your account on gitlab.archlinux.org.