diff options
author | HurricanePootis | 2024-12-14 18:41:07 -0600 |
---|---|---|
committer | HurricanePootis | 2024-12-14 18:41:07 -0600 |
commit | 878eeec8dceb07dbb043e5788c671de0f53446d0 (patch) | |
tree | 7e7dc526ab06e105ad7996bb430d30c24e90c391 /PKGBUILD | |
parent | bb35b7dee9055187940d3aec4e8195be5eb830cd (diff) | |
download | aur-sdl12-compat-git.tar.gz |
upgpkg: 1.2.68.r17.g75ac6c6: change to Zlib only
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,12 +1,12 @@ # Maintainer: HurricanePootis <hurricanepootis@protonmail.com> pkgname=sdl12-compat-git -pkgver=1.2.68.r16.g6f0f603 -pkgrel=2 +pkgver=1.2.68.r17.g75ac6c6 +pkgrel=1 pkgdesc="An SDL-1.2 compatibility layer that uses SDL 2.0 behind the scenes." arch=("x86_64") url="https://github.com/libsdl-org/sdl12-compat" -license=('Zlib AND MIT-0') +license=('Zlib') depends=('sdl2' 'glibc' 'glu' 'bash') makedepends=('cmake' 'git' 'ninja') conflicts=('sdl' 'sdl12-compat') |