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


Commits:
643a86e9 by Sven-Hendrik Haase at 2026-05-17T17:14:09+02:00
upgpkg: 2:2.2.0-1: Go back to sdl2-compatible release

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,17 @@
 pkgbase = sdl2_net
        pkgdesc = A small sample cross-platform networking library (Version 2)
-       pkgver = 2.4.0
+       pkgver = 2.2.0
        pkgrel = 1
-       epoch = 1
+       epoch = 2
        url = https://github.com/libsdl-org/SDL_net
        arch = x86_64
        license = MIT
+       depends = glibc
        depends = sdl2
-       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
+       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
        sha512sums = SKIP
 
 pkgname = sdl2_net


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


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



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sdl2_net/-/commit/643a86e94a57ac07c24ed34927c4ccee99f2dd6f
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