summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2024-04-01 22:38:15 -0500
committerHurricanePootis2024-04-01 22:38:15 -0500
commitdae7fa28bb6759f5128eef8d1d784895886b9525 (patch)
treeb0a5bb5c3605a87c6f103c649e21dd0f512cf388
parent0c53538c7add64690295e582c99618ec251fa224 (diff)
downloadaur-dae7fa28bb6759f5128eef8d1d784895886b9525.tar.gz
Update license information
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39cffd192d9d..bdada9eacd5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = lib32-sdl12-compat-git
pkgdesc = An SDL-1.2 compatibility layer that uses SDL 2.0 behind the scenes.
- pkgver = 1.2.60.r35.g0adf9aa
+ pkgver = 1.2.68.r9.gbb2f7ff
pkgrel = 1
url = https://github.com/libsdl-org/sdl12-compat
arch = x86_64
arch = i686
license = custom
+ license = MIT-0
makedepends = cmake
makedepends = git
depends = lib32-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index 41a0f203f9e4..7c2440e04d52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=lib32-sdl12-compat-git
_pkgbase=sdl12-compat
-pkgver=1.2.60.r35.g0adf9aa
+pkgver=1.2.68.r9.gbb2f7ff
pkgrel=1
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')
+license=('custom' 'MIT-0')
depends=('lib32-sdl2' 'lib32-glibc' 'lib32-glu')
makedepends=('cmake' 'git')
conflicts=('lib32-sdl')