summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2024-04-01 22:04:42 -0500
committerHurricanePootis2024-04-01 22:04:42 -0500
commit0f0a6e373234ed0bd0c3cc5b70340e722ae40020 (patch)
treefe128a93caa155385e7e296b8a94eb0601045a30
parent73e6cf5ddb660261b5e31fda8cc23fcaf0c6187e (diff)
downloadaur-0f0a6e373234ed0bd0c3cc5b70340e722ae40020.tar.gz
Make license more accurate
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14677792ccdf..fcb667393f3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = sdl
pkgdesc = A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard
pkgver = 1.2.15+r506+gf5f2d382
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://www.libsdl.org
arch = x86_64
- license = LGPL
+ license = LGPL-2.1-only
makedepends = alsa-lib
makedepends = mesa
makedepends = libpulse
diff --git a/PKGBUILD b/PKGBUILD
index 5370c715f69e..109eab294df6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=sdl
pkgver=1.2.15+r506+gf5f2d382
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard"
arch=('x86_64')
url="https://www.libsdl.org"
-license=('LGPL')
+license=('LGPL-2.1-only')
depends=('glibc' 'libxext' 'libxrender' 'libx11')
makedepends=('alsa-lib' 'mesa' 'libpulse' 'glu' 'git')
optdepends=('alsa-lib: ALSA audio driver'