summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2024-02-18 19:48:46 -0500
committerneeshy2024-02-18 19:48:46 -0500
commitebf8949f849688f445d14ff8fd74768ca8950fc9 (patch)
tree56121ff6d9550f443b4eba69058fae8c631c676d
parent0a97a20050e567d2f36f055075d60627fd5a72e1 (diff)
downloadaur-ebf8949f849688f445d14ff8fd74768ca8950fc9.tar.gz
further revise licenses
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb151c8deddb..57c410753888 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = rlvm-git
pkgrel = 1
url = https://github.com/eglaysher/rlvm
arch = x86_64
- license = GPL-3.0-or-later
+ license = GPL-3.0-only
makedepends = git
makedepends = scons
makedepends = boost
diff --git a/PKGBUILD b/PKGBUILD
index 5ef2e98201c5..d4fe7b317657 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-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=('git' 'scons' 'boost')