summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHurricanePootis2024-04-01 22:04:42 -0500
committerHurricanePootis2024-04-01 22:04:42 -0500
commit0f0a6e373234ed0bd0c3cc5b70340e722ae40020 (patch)
treefe128a93caa155385e7e296b8a94eb0601045a30 /PKGBUILD
parent73e6cf5ddb660261b5e31fda8cc23fcaf0c6187e (diff)
downloadaur-sdl.tar.gz
Make license more accurate
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'