summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2023-06-10 20:04:42 -0400
committerneeshy2023-06-10 20:05:25 -0400
commit58172c4bd159b0f1b3f899ad3cee7c26a06127bd (patch)
treea18277a3dac8a4f9e8a048c4b4e9ddea3982d7b9
parent89d3eb228e8ab1c8596afca453e5de9270d5f488 (diff)
downloadaur-58172c4bd159b0f1b3f899ad3cee7c26a06127bd.tar.gz
Revert "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 e7d2b3265c7a..7dff87a37ea4 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 54640597bed7..a9ecb1dfc1d3 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=('git' 'dotnet-sdk>=6.0.8.sdk400')
+makedepends=('git' 'dotnet-sdk-6.0-bin')
provides=('osu-lazer')
conflicts=('osu-lazer')
source=("git+https://github.com/ppy/osu.git"