summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormorguldir2018-10-24 00:37:18 +0200
committermorguldir2018-10-24 00:37:18 +0200
commit686c26de5a501aae9ee5f0c7c6468c70964220e7 (patch)
tree035592c62e42dacb27cafa8b86daa7cb3cea3f92 /PKGBUILD
parent951c5d17716f7ac66dda304410f2a92581670f35 (diff)
downloadaur-686c26de5a501aae9ee5f0c7c6468c70964220e7.tar.gz
List sdl2 as a dependency instead of sdl
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a802cd6dfa3..1e26a60d4945 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="The new open source version of osu!, the free-to-win rhythm game"
arch=('x86_64')
license=('MIT' 'custom:CC-BY-NC 4.0')
url='https://osu.ppy.sh/'
-depends=(ffmpeg libgl sdl dotnet-runtime shared-mime-info)
+depends=(ffmpeg libgl sdl2 dotnet-runtime shared-mime-info)
makedepends=(git dotnet-sdk)
provides=(osu-lazer)
conflicts=(osu-lazer-git)