summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2024-03-14 11:47:40 -0400
committerneeshy2024-03-14 11:47:40 -0400
commit2bc5f277929aa160f49a8f70b72263ed96f52061 (patch)
tree27f3b81cea86ecfcf585a303edcdf2407f0c5fdf
parentf720651d387aae7520190b22f5ae93a36216c44c (diff)
downloadaur-2bc5f277929aa160f49a8f70b72263ed96f52061.tar.gz
use SPDX AND operator
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a201f85a025..232f82217d6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = osu-lazer
pkgdesc = A free-to-win rhythm game. Rhythm is just a *click* away!
pkgver = 2024.312.1
- pkgrel = 1
+ pkgrel = 2
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 = dotnet-sdk
depends = ffmpeg
depends = libgl
diff --git a/PKGBUILD b/PKGBUILD
index eca0c9eac2c5..33671bc9353b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
pkgname=osu-lazer
_pkgname=osu
pkgver=2024.312.1
-pkgrel=1
+pkgrel=2
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=('dotnet-sdk')
source=("https://github.com/ppy/osu/archive/$pkgver.tar.gz"