summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2023-06-14 23:23:06 -0400
committerneeshy2023-06-14 23:23:28 -0400
commitaae3a9aa8dcdcfbf737430f8f06f83d9fec499a4 (patch)
treed33810de1a001c17449912efe78a54b5a341f998
parent6ce533d673cc1a661dc03f138792450141873e36 (diff)
downloadaur-aae3a9aa8dcdcfbf737430f8f06f83d9fec499a4.tar.gz
bump and change dotnet-runtime dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d063f4abb586..22fa2cc65b7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = osu-lazer-git
depends = ffmpeg
depends = libgl
depends = sdl2
- depends = dotnet-runtime-6.0
+ depends = dotnet-runtime-6.0-bin
provides = osu-lazer
conflicts = osu-lazer
source = git+https://github.com/ppy/osu.git
diff --git a/PKGBUILD b/PKGBUILD
index a9ecb1dfc1d3..9628469db826 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ 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')
+depends=('ffmpeg' 'libgl' 'sdl2' 'dotnet-runtime-6.0-bin')
makedepends=('git' 'dotnet-sdk-6.0-bin')
provides=('osu-lazer')
conflicts=('osu-lazer')