summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2024-02-18 18:41:36 -0500
committerneeshy2024-02-18 18:41:36 -0500
commit92bac7dd974998e633f1c3d789668e0898f9807e (patch)
tree46d6204b8ee324e975dec0d79832e7f050983fc5
parentc77bcac107657b5ced6a802109c9300151779bd5 (diff)
downloadaur-92bac7dd974998e633f1c3d789668e0898f9807e.tar.gz
use spdx identifiers
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6096b78d9b7a..b0312cc1bf58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = osu-lazer-git
url = https://osu.ppy.sh/
arch = x86_64
license = MIT
- license = custom:CC-BY-NC-4.0
+ license = CC-BY-NC-4.0
makedepends = git
makedepends = dotnet-sdk
depends = ffmpeg
@@ -15,12 +15,10 @@ pkgbase = osu-lazer-git
provides = osu-lazer
conflicts = osu-lazer
source = git+https://github.com/ppy/osu.git
- source = https://github.com/ppy/osu-resources/raw/master/LICENCE.md
source = osu-lazer.sh
source = osu-lazer.desktop
source = osu-lazer.xml
sha256sums = SKIP
- sha256sums = 30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244
sha256sums = 488b52f62445054d0615c334b6bd81ffa70d00964e91384a9cad92c54b216b3d
sha256sums = c22099222c01f33979e17ec0575b864f018f5f416919f9ed1b2b99584a5d37d6
sha256sums = e01a156e7c9bb11ad5b1e1698b029378cb971c29469fc3dceca9421e9a81f3e8
diff --git a/PKGBUILD b/PKGBUILD
index e067fdd593c0..d42676118119 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,18 +13,16 @@ 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' 'custom:CC-BY-NC-4.0')
+license=('MIT' 'CC-BY-NC-4.0')
depends=('ffmpeg' 'libgl' 'sdl2' 'dotnet-runtime')
makedepends=('git' 'dotnet-sdk')
provides=('osu-lazer')
conflicts=('osu-lazer')
source=("git+https://github.com/ppy/osu.git"
- "https://github.com/ppy/osu-resources/raw/master/LICENCE.md"
"osu-lazer.sh"
"osu-lazer.desktop"
"osu-lazer.xml")
sha256sums=('SKIP'
- '30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244'
'488b52f62445054d0615c334b6bd81ffa70d00964e91384a9cad92c54b216b3d'
'c22099222c01f33979e17ec0575b864f018f5f416919f9ed1b2b99584a5d37d6'
'e01a156e7c9bb11ad5b1e1698b029378cb971c29469fc3dceca9421e9a81f3e8')
@@ -53,6 +51,5 @@ package() {
install -Dm644 "$srcdir/osu-lazer.xml" "$pkgdir/usr/share/mime/packages/osu-lazer.xml"
install -Dm644 assets/lazer-nuget.png "$pkgdir/usr/share/icons/hicolor/128x128/apps/osu-lazer.png"
install -Dm644 assets/lazer.png "$pkgdir/usr/share/icons/hicolor/1024x1024/apps/osu-lazer.png"
- install -Dm644 LICENCE "$pkgdir/usr/share/licenses/osu-lazer-git/MIT"
- install -Dm644 "$srcdir/LICENCE.md" "$pkgdir/usr/share/licenses/osu-lazer-git/CC-BY-NC-4.0"
+ install -Dm644 LICENCE "$pkgdir/usr/share/licenses/osu-lazer-git/LICENCE"
}