summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneeshy2024-02-21 00:20:34 -0500
committerneeshy2024-02-21 00:20:34 -0500
commiteda4a278821a41174f9391ca17dd65f69df9b976 (patch)
treef0ab5f5d0f8b1e515df90e3cda2ad340fd2fa20d /PKGBUILD
parentebf8949f849688f445d14ff8fd74768ca8950fc9 (diff)
downloadaur-eda4a278821a41174f9391ca17dd65f69df9b976.tar.gz
correct license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4fe7b317657..5ef2e98201c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="RealLive clone for Linux and OSX. Git version."
arch=('x86_64')
url="https://github.com/eglaysher/rlvm"
-license=('GPL-3.0-only')
+license=('GPL-3.0-or-later')
depends=('boost-libs>=1.46' 'glew' 'libmad' 'libogg' 'libvorbis' 'libpng'
'sdl_mixer' 'sdl_image' 'sdl_ttf' 'guichan' 'gtk2')
makedepends=('git' 'scons' 'boost')