summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNguyen Chinh Huu2020-01-16 18:21:36 +0700
committerNguyen Chinh Huu2020-01-16 18:21:36 +0700
commitea338ddb90d385291d67d5755544a964e1de1b0d (patch)
treebf2d44896a90282d8a077eebb2e5652d48690407 /PKGBUILD
parentb2eab66a6846d207ec019c2b8a2a741ccc136d70 (diff)
downloadaur-ea338ddb90d385291d67d5755544a964e1de1b0d.tar.gz
Adjust makedepends to comply with the official dotnet-sdk
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9633a694f65e..30edaa67d847 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: "donaldtrump" [AUR]
pkgname=osu-lazer-git
-pkgver=2020.104.0.r75.7c3b04c0a
+pkgver=2020.112.0.r96.86ae442d5
pkgrel=1
pkgdesc="An open source, free-to-win rhythm game"
arch=('any')
@@ -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.100')
+makedepends=('git' 'dotnet-sdk>=3.1.0.sdk100')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()