summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneeshy2024-02-18 19:48:46 -0500
committerneeshy2024-02-18 19:48:46 -0500
commitd0be0562d668df6e5ca82543c12e9b5b0d6c4b8f (patch)
treeaf6f3ff462c5af45eb2851f053f0df8cac7b68a9 /PKGBUILD
parent8705f89c918ce1d615db5ca668d647f6ec97a3a7 (diff)
downloadaur-d0be0562d668df6e5ca82543c12e9b5b0d6c4b8f.tar.gz
further revise licenses
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0634652277c3..084f0a406e95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=2
pkgdesc="RealLive clone for Linux and OSX"
arch=('x86_64')
url="https://github.com/eglaysher/rlvm"
-license=('GPL-3.0-or-later')
+license=('GPL-3.0-only')
depends=('boost-libs>=1.46' 'glew' 'libmad' 'libogg' 'libvorbis' 'libpng'
'sdl_mixer' 'sdl_image' 'sdl_ttf' 'guichan' 'gtk2')
makedepends=('scons' 'boost')