remove xivlauncher dependency from PKGBUILD, as it is optional

This commit is contained in:
CPTN Cosmo 2026-04-18 15:27:55 +02:00
parent 6f7d8c9d7c
commit 6d19fb9c17

View file

@ -6,7 +6,7 @@ pkgdesc="Wrapper for XIVLauncher with OTP injection"
arch=('any') arch=('any')
url="https://github.com/goatcorp/XIVLauncher.Core" url="https://github.com/goatcorp/XIVLauncher.Core"
license=('MIT') license=('MIT')
depends=('python' 'xivlauncher') depends=('python')
optdepends=() optdepends=()
makedepends=('git') makedepends=('git')
source=("xivlauncher-wrapper.desktop" source=("xivlauncher-wrapper.desktop"