summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent3b1ec3e4ad3d6842fc7eda03f1a1326193638137 (diff)
downloadaur-08d3a87428e3607232228adfc1aadeaf5388914a.tar.gz
Require .NET 5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')