summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2024-03-14 11:47:40 -0400
committerneeshy2024-03-14 11:47:40 -0400
commit56b9280bbf94356fd6502620d451e7fa93ef20fb (patch)
tree81663c200946413b6c4716e8cfdae672bde33da5
parent92bac7dd974998e633f1c3d789668e0898f9807e (diff)
downloadaur-56b9280bbf94356fd6502620d451e7fa93ef20fb.tar.gz
use SPDX AND operator
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0312cc1bf58..2bb40721274b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,7 @@ pkgbase = osu-lazer-git
pkgrel = 1
url = https://osu.ppy.sh/
arch = x86_64
- license = MIT
- license = CC-BY-NC-4.0
+ license = MIT AND CC-BY-NC-4.0
makedepends = git
makedepends = dotnet-sdk
depends = ffmpeg
diff --git a/PKGBUILD b/PKGBUILD
index d42676118119..735a1d981ac4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgrel=1
pkgdesc="A free-to-win rhythm game. Rhythm is just a *click* away!"
arch=('x86_64')
url="https://osu.ppy.sh/"
-license=('MIT' 'CC-BY-NC-4.0')
+license=('MIT AND CC-BY-NC-4.0')
depends=('ffmpeg' 'libgl' 'sdl2' 'dotnet-runtime')
makedepends=('git' 'dotnet-sdk')
provides=('osu-lazer')