summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNguyen Chinh Huu2020-01-09 18:38:19 +0700
committerNguyen Chinh Huu2020-01-09 18:38:19 +0700
commitb2eab66a6846d207ec019c2b8a2a741ccc136d70 (patch)
tree84fb1d641d98d55e9bd8520ca0f227565ed30795 /PKGBUILD
parent42ffdbdf3b9ec1bebcfdcb6f903b2f879b9caa8d (diff)
downloadaur-b2eab66a6846d207ec019c2b8a2a741ccc136d70.tar.gz
Require dotnet-sdk>=3.1.100
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44d3bbdec902..9633a694f65e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ url="https://github.com/ppy/osu"
license=('MIT')
groups=()
depends=('dotnet-runtime>=3.1' 'ffmpeg' 'libgl')
-makedepends=('git' 'dotnet-sdk>=3.1')
+makedepends=('git' 'dotnet-sdk>=3.1.100')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()