summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2023-04-14 01:57:10 -0400
committerneeshy2023-04-14 01:57:10 -0400
commit89d3eb228e8ab1c8596afca453e5de9270d5f488 (patch)
tree599818964187f20bff73f4f33eacf694544be8f4
parent4eb11410f300dbf7b3583d725dc65f1e7fcef1de (diff)
downloadaur-89d3eb228e8ab1c8596afca453e5de9270d5f488.tar.gz
Use mainline dotnet-sdk package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7dff87a37ea4..e7d2b3265c7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,8 @@ pkgbase = osu-lazer-git
arch = x86_64
license = MIT
license = custom:CC-BY-NC-4.0
- makedepends = dotnet-sdk-6.0-bin
makedepends = git
+ makedepends = dotnet-sdk>=6.0.8.sdk400
depends = ffmpeg
depends = libgl
depends = sdl2
diff --git a/PKGBUILD b/PKGBUILD
index db3180bd1a3a..54640597bed7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ arch=('x86_64')
url="https://osu.ppy.sh/"
license=('MIT' 'custom:CC-BY-NC-4.0')
depends=('ffmpeg' 'libgl' 'sdl2' 'dotnet-runtime-6.0')
-makedepends=('dotnet-sdk-6.0-bin' 'git')
+makedepends=('git' 'dotnet-sdk>=6.0.8.sdk400')
provides=('osu-lazer')
conflicts=('osu-lazer')
source=("git+https://github.com/ppy/osu.git"