diff options
author | HurricanePootis | 2024-04-01 22:04:42 -0500 |
---|---|---|
committer | HurricanePootis | 2024-04-01 22:04:42 -0500 |
commit | 0f0a6e373234ed0bd0c3cc5b70340e722ae40020 (patch) | |
tree | fe128a93caa155385e7e296b8a94eb0601045a30 | |
parent | 73e6cf5ddb660261b5e31fda8cc23fcaf0c6187e (diff) | |
download | aur-0f0a6e373234ed0bd0c3cc5b70340e722ae40020.tar.gz |
Make license more accurate
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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' |