Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
sdl2
Commits:
dbf63b07 by Sven-Hendrik Haase at 2024-09-02T15:42:12+02:00
upgpkg: 2.30.7-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = sdl2
pkgdesc = A library for portable low-level access to a video
framebuffer, audio output, mouse, and keyboard (Version 2)
- pkgver = 2.30.6
+ pkgver = 2.30.7
pkgrel = 1
url = https://www.libsdl.org
arch = x86_64
@@ -34,10 +34,10 @@ pkgbase = sdl2
optdepends = jack: JACK audio driver
optdepends = pipewire: PipeWire audio driver
optdepends = libdecor: Wayland client decorations
- source =
https://github.com/libsdl-org/SDL/releases/download/release-2.30.6/SDL2-2.30.6.tar.gz
- source =
https://github.com/libsdl-org/SDL/releases/download/release-2.30.6/SDL2-2.30.6.tar.gz.sig
+ source =
https://github.com/libsdl-org/SDL/releases/download/release-2.30.7/SDL2-2.30.7.tar.gz
+ source =
https://github.com/libsdl-org/SDL/releases/download/release-2.30.7/SDL2-2.30.7.tar.gz.sig
validpgpkeys = 1528635D8053A57F77D1E08630A59377A7763BE6
- sha512sums =
c73fd0b52e77d248a5dc2808a660ded9e708b87f68f677970da71e9b4a25ec60cf52f319b8b014ced7c9363560f2360262c04551a895f0f83ee62c3feeafba47
+ sha512sums =
1a16c10f500dea97bd4e4ca5f560fe4ab8e746c975d30751b7cf567868743d105ce84055d480e4c18b290adac485e67d1bb14ae1719644d6e42223d96f299a16
sha512sums = SKIP
pkgname = sdl2
=====================================
PKGBUILD
=====================================
@@ -1,6 +1,6 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
pkgname=sdl2
-pkgver=2.30.6
+pkgver=2.30.7
pkgrel=1
pkgdesc="A library for portable low-level access to a video framebuffer, audio
output, mouse, and keyboard (Version 2)"
arch=('x86_64')
@@ -16,7 +16,7 @@ optdepends=('alsa-lib: ALSA audio driver'
'pipewire: PipeWire audio driver'
'libdecor: Wayland client decorations')
source=("https://github.com/libsdl-org/SDL/releases/download/release-${pkgver}/SDL2-${pkgver}.tar.gz"{,.sig})
-sha512sums=('c73fd0b52e77d248a5dc2808a660ded9e708b87f68f677970da71e9b4a25ec60cf52f319b8b014ced7c9363560f2360262c04551a895f0f83ee62c3feeafba47'
+sha512sums=('1a16c10f500dea97bd4e4ca5f560fe4ab8e746c975d30751b7cf567868743d105ce84055d480e4c18b290adac485e67d1bb14ae1719644d6e42223d96f299a16'
'SKIP')
validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sdl2/-/commit/dbf63b07d5f5476f857281fea0786a504ac40d8d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sdl2/-/commit/dbf63b07d5f5476f857281fea0786a504ac40d8d
You're receiving this email because of your account on gitlab.archlinux.org.