summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2023-04-14 01:57:10 -0400
committerneeshy2023-04-14 01:57:10 -0400
commit6ade2eb705dc2449023a9945e80a90499aa1cf10 (patch)
treebdc3358b5aaca46caf346d11046476007953d65e
parent1d4b982753ca636f32115e9b5712361c73381ecd (diff)
downloadaur-6ade2eb705dc2449023a9945e80a90499aa1cf10.tar.gz
Use mainline dotnet-sdk package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e84e05988b85..1f021b9492ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = osu-lazer
pkgdesc = rhythm is just a *click* away!
pkgver = 2023.403.1
- pkgrel = 2
+ pkgrel = 3
url = https://osu.ppy.sh/
arch = x86_64
license = MIT
license = custom:CC-BY-NC-4.0
- makedepends = dotnet-sdk-6.0-bin
+ makedepends = dotnet-sdk>=6.0.8.sdk400
depends = ffmpeg
depends = libgl
depends = sdl2
diff --git a/PKGBUILD b/PKGBUILD
index f959b880c3a0..e81b934a75bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=osu-lazer
_pkgname=osu
pkgver=2023.403.1
-pkgrel=2
+pkgrel=3
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')
-makedepends=('dotnet-sdk-6.0-bin')
+makedepends=('dotnet-sdk>=6.0.8.sdk400')
source=("https://github.com/ppy/osu/archive/$pkgver.tar.gz"
"https://github.com/ppy/osu-resources/raw/master/LICENCE.md"
"osu-lazer.sh"