Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
lib32-sdl2-compat
Commits:
681bd602 by Sven-Hendrik Haase at 2025-01-29T12:20:12+01:00
upgpkg: 2.30.50-2: Add versioned provides
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lib32-sdl2-compat
pkgdesc = An SDL2 compatibility layer that uses SDL3 behind the scenes
- 32-bit
pkgver = 2.30.50
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/libsdl-org/sdl2-compat
arch = x86_64
license = Zlib
@@ -11,7 +11,7 @@ pkgbase = lib32-sdl2-compat
depends = lib32-glibc
depends = lib32-sdl3
depends = sdl2-compat
- provides = lib32-sdl2
+ provides = lib32-sdl2=2.30.50
conflicts = lib32-sdl2
replaces = lib32-sdl2
source =
https://github.com/libsdl-org/sdl2-compat/releases/download/release-2.30.50/sdl2-compat-2.30.50.tar.gz
=====================================
PKGBUILD
=====================================
@@ -1,14 +1,14 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
pkgname=lib32-sdl2-compat
pkgver=2.30.50
-pkgrel=1
+pkgrel=2
pkgdesc="An SDL2 compatibility layer that uses SDL3 behind the scenes - 32-bit"
url="https://github.com/libsdl-org/sdl2-compat"
depends=('sdl3' 'lib32-glibc' 'lib32-sdl3' 'sdl2-compat')
makedepends=('cmake' 'ninja')
arch=('x86_64')
conflicts=('lib32-sdl2')
-provides=('lib32-sdl2')
+provides=("lib32-sdl2=${pkgver}")
replaces=('lib32-sdl2')
license=('Zlib')
source=("https://github.com/libsdl-org/sdl2-compat/releases/download/release-${pkgver}/sdl2-compat-${pkgver}.tar.gz"{,.sig})
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-sdl2-compat/-/commit/681bd6021c3cfffec65a6b9be6bdb2df7efe7f58
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-sdl2-compat/-/commit/681bd6021c3cfffec65a6b9be6bdb2df7efe7f58
You're receiving this email because of your account on gitlab.archlinux.org.