summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75d75e9d9b00..fc7e1d379a37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = ultrakill-demo
depends = xorg-server
depends = xorg-server-common
depends = xorg-xinit
- optdepends = xorg-wayland: play the game when on a wayland compositor
+ optdepends = xorg-xwayland: play the game when on a wayland compositor
optdepends = firejail: launch game with --net=none to block telemetry to Unity servers.
provides = ultrakill-demo
conflicts = ultrakill-demo
diff --git a/PKGBUILD b/PKGBUILD
index f432b4b1f9c5..dfc4ef5da6aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="https://hakita.itch.io/ultrakill-prelude"
arch=('x86_64')
license=('GPL3')
depends=('mesa' 'glu' 'xorg-server' 'xorg-server-common' 'xorg-xinit')
-optdepends=('xorg-wayland: play the game when on a wayland compositor' 'firejail: launch game with --net=none to block telemetry to Unity servers.')
+optdepends=('xorg-xwayland: play the game when on a wayland compositor' 'firejail: launch game with --net=none to block telemetry to Unity servers.')
conflicts=("$pkgname")
provides=("$pkgname")
source=("$pkgname-$pkgver.zip::https://archive.org/download/ultrakill-prelude-v-104c-linux/ULTRAKILL%20Prelude%20v$pkgver%20Linux.zip")