Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
sdl2_net


Commits:
585ff320 by Sven-Hendrik Haase at 2026-05-17T17:22:54+02:00
upgpkg: 2:2.4.0-1: Whoops, actually this version does work with sdl2

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = sdl2_net
        pkgdesc = A small sample cross-platform networking library (Version 2)
-       pkgver = 2.2.0
+       pkgver = 2.4.0
        pkgrel = 1
        epoch = 2
        url = https://github.com/libsdl-org/SDL_net
@@ -8,10 +8,10 @@ pkgbase = sdl2_net
        license = MIT
        depends = glibc
        depends = sdl2
-       source = 
https://github.com/libsdl-org/SDL_net/releases/download/release-2.2.0/SDL2_net-2.2.0.tar.gz
-       source = 
https://github.com/libsdl-org/SDL_net/releases/download/release-2.2.0/SDL2_net-2.2.0.tar.gz.sig
-       validpgpkeys = 1528635D8053A57F77D1E08630A59377A7763BE6
-       sha512sums = 
fa22f1a2c777aac6932551b5adc925288c424dc1af46a974fdb2e3579205b40b204db01d2a8c4048aa333a200efc241f784b9bc9276277e8ab4d23edb023ab69
+       source = 
https://github.com/libsdl-org/SDL_net/releases/download/release-2.4.0/SDL2_net-2.4.0.tar.gz
+       source = 
https://github.com/libsdl-org/SDL_net/releases/download/release-2.4.0/SDL2_net-2.4.0.tar.gz.sig
+       validpgpkeys = 0900104363B4C9D4223DE149D913FE7D4B61D39B
+       sha512sums = 
c7bd86ac20750057828da85e74401a0d69d76353e0122667cd883bbfc5157e39640eeed5f9825a3079c29022bbec71f14c7d75ca677c2aca17773e707ca24822
        sha512sums = SKIP
 
 pkgname = sdl2_net


=====================================
.nvchecker.toml
=====================================
@@ -2,4 +2,4 @@
 source = "git"
 git = "https://github.com/libsdl-org/SDL_net.git";
 prefix = "release-"
-include_regex = "^release-2.2.*"
+include_regex = "^release-2.*"


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=sdl2_net
 epoch=2
-pkgver=2.2.0
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="A small sample cross-platform networking library (Version 2)"
 arch=('x86_64')
@@ -10,9 +10,9 @@ url="https://github.com/libsdl-org/SDL_net";
 license=('MIT')
 depends=(glibc sdl2)
 
source=("https://github.com/libsdl-org/SDL_net/releases/download/release-${pkgver}/SDL2_net-${pkgver}.tar.gz"{,.sig})
-sha512sums=('fa22f1a2c777aac6932551b5adc925288c424dc1af46a974fdb2e3579205b40b204db01d2a8c4048aa333a200efc241f784b9bc9276277e8ab4d23edb023ab69'
+sha512sums=('c7bd86ac20750057828da85e74401a0d69d76353e0122667cd883bbfc5157e39640eeed5f9825a3079c29022bbec71f14c7d75ca677c2aca17773e707ca24822'
             'SKIP')
-validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
+validpgpkeys=('0900104363B4C9D4223DE149D913FE7D4B61D39B') # Sam Lantinga
 
 build() {
   cd "${srcdir}/SDL2_net-${pkgver}/"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sdl2_net/-/commit/585ff3205c01ecb2ef395f0a86cd82ac4712e935

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sdl2_net/-/commit/585ff3205c01ecb2ef395f0a86cd82ac4712e935
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to