summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2023-04-13 15:27:04 -0400
committerneeshy2023-04-13 15:27:04 -0400
commit1d4b982753ca636f32115e9b5712361c73381ecd (patch)
tree03a71e1b598a85c51ca8dfcc7d609adcd09bd16b
parent701fa0956f1e993601989245344493ddc787fbde (diff)
downloadaur-1d4b982753ca636f32115e9b5712361c73381ecd.tar.gz
Use dotnet-runtime-6.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 968c4d74acfb..e84e05988b85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = osu-lazer
pkgdesc = rhythm is just a *click* away!
pkgver = 2023.403.1
- pkgrel = 1
+ pkgrel = 2
url = https://osu.ppy.sh/
arch = x86_64
license = MIT
@@ -10,7 +10,7 @@ pkgbase = osu-lazer
depends = ffmpeg
depends = libgl
depends = sdl2
- depends = dotnet-runtime-6.0-bin
+ depends = dotnet-runtime-6.0
source = https://github.com/ppy/osu/archive/2023.403.1.tar.gz
source = https://github.com/ppy/osu-resources/raw/master/LICENCE.md
source = osu-lazer.sh
diff --git a/PKGBUILD b/PKGBUILD
index d1c065231753..f959b880c3a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=osu-lazer
_pkgname=osu
pkgver=2023.403.1
-pkgrel=1
+pkgrel=2
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-bin')
+depends=('ffmpeg' 'libgl' 'sdl2' 'dotnet-runtime-6.0')
makedepends=('dotnet-sdk-6.0-bin')
source=("https://github.com/ppy/osu/archive/$pkgver.tar.gz"
"https://github.com/ppy/osu-resources/raw/master/LICENCE.md"