summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2023-04-13 16:13:51 -0400
committerneeshy2023-04-13 16:13:51 -0400
commit4eb11410f300dbf7b3583d725dc65f1e7fcef1de (patch)
tree8e1f425772a04f84e19d88a4b6116c5af7b91adf
parent52dc55123237643106d729ccc8485961488e78d4 (diff)
downloadaur-4eb11410f300dbf7b3583d725dc65f1e7fcef1de.tar.gz
Fix mistake introduced in last commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b1b9fb715be..7dff87a37ea4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,12 +6,12 @@ pkgbase = osu-lazer-git
arch = x86_64
license = MIT
license = custom:CC-BY-NC-4.0
- makedepends = dotnet-sdk-6.0
+ makedepends = dotnet-sdk-6.0-bin
makedepends = git
depends = ffmpeg
depends = libgl
depends = sdl2
- depends = dotnet-runtime-6.0-bin
+ depends = dotnet-runtime-6.0
provides = osu-lazer
conflicts = osu-lazer
source = git+https://github.com/ppy/osu.git
diff --git a/PKGBUILD b/PKGBUILD
index d385eb1fc726..db3180bd1a3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ pkgdesc="rhythm is just a *click* away!"
arch=('x86_64')
url="https://osu.ppy.sh/"
license=('MIT' 'custom:CC-BY-NC-4.0')
-depends=('ffmpeg' 'libgl' 'sdl2' 'dotnet-runtime-6.0-bin')
-makedepends=('dotnet-sdk-6.0' 'git')
+depends=('ffmpeg' 'libgl' 'sdl2' 'dotnet-runtime-6.0')
+makedepends=('dotnet-sdk-6.0-bin' 'git')
provides=('osu-lazer')
conflicts=('osu-lazer')
source=("git+https://github.com/ppy/osu.git"