summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2024-04-02 01:00:30 -0500
committerHurricanePootis2024-04-02 01:00:30 -0500
commitdeddaaf3f55c6f1e83ae1ae547d2343528b70fca (patch)
tree4dd7354802954f0d2028991260f80969e324c46f
parentdae7fa28bb6759f5128eef8d1d784895886b9525 (diff)
downloadaur-deddaaf3f55c6f1e83ae1ae547d2343528b70fca.tar.gz
Make spdx compliant
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdada9eacd5a..f560858c601e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = lib32-sdl12-compat-git
pkgdesc = An SDL-1.2 compatibility layer that uses SDL 2.0 behind the scenes.
pkgver = 1.2.68.r9.gbb2f7ff
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/libsdl-org/sdl12-compat
arch = x86_64
arch = i686
- license = custom
- license = MIT-0
+ license = Zlib AND MIT-0
makedepends = cmake
makedepends = git
depends = lib32-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index 7c2440e04d52..9d7cbde17fab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=lib32-sdl12-compat-git
_pkgbase=sdl12-compat
pkgver=1.2.68.r9.gbb2f7ff
-pkgrel=1
+pkgrel=2
pkgdesc="An SDL-1.2 compatibility layer that uses SDL 2.0 behind the scenes."
arch=("x86_64" "i686")
url="https://github.com/libsdl-org/sdl12-compat"
-license=('custom' 'MIT-0')
+license=('Zlib AND MIT-0')
depends=('lib32-sdl2' 'lib32-glibc' 'lib32-glu')
makedepends=('cmake' 'git')
conflicts=('lib32-sdl')