summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNguyễn Chính Hữu2021-01-29 18:42:22 +0700
committerNguyễn Chính Hữu2021-01-29 18:42:22 +0700
commit08d3a87428e3607232228adfc1aadeaf5388914a (patch)
tree192172bdd02dafdd66c036f003957a93a2cd054f
parent3b1ec3e4ad3d6842fc7eda03f1a1326193638137 (diff)
downloadaur-08d3a87428e3607232228adfc1aadeaf5388914a.tar.gz
Require .NET 5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d58c99d143b..ffc9ef25f6a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,8 +11,8 @@ pkgbase = osu-lazer-git
arch = aarch64
license = MIT
makedepends = git
- makedepends = dotnet-sdk>=3.1.0.sdk100
- depends = dotnet-runtime>=3.1
+ makedepends = dotnet-sdk>=5
+ depends = dotnet-runtime>=5
depends = ffmpeg
depends = libgl
provides = osu-lazer
diff --git a/PKGBUILD b/PKGBUILD
index 96a1a0e10633..2ad8f3a945db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ pkgdesc='An open source, free-to-win rhythm game'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url='https://github.com/ppy/osu'
license=('MIT')
-depends=('dotnet-runtime>=3.1' 'ffmpeg' 'libgl')
-makedepends=('git' 'dotnet-sdk>=3.1.0.sdk100')
+depends=('dotnet-runtime>=5' 'ffmpeg' 'libgl')
+makedepends=('git' 'dotnet-sdk>=5')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
options=('!strip')