summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneeshy2023-04-14 01:57:10 -0400
committerneeshy2023-04-14 01:57:10 -0400
commit89d3eb228e8ab1c8596afca453e5de9270d5f488 (patch)
tree599818964187f20bff73f4f33eacf694544be8f4 /PKGBUILD
parent4eb11410f300dbf7b3583d725dc65f1e7fcef1de (diff)
downloadaur-89d3eb228e8ab1c8596afca453e5de9270d5f488.tar.gz
Use mainline dotnet-sdk package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"