remove optional dependency for AppImage support

This commit is contained in:
koyu 2025-12-03 16:48:32 +01:00
parent 821219061c
commit 8d767d262c
2 changed files with 2 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = input
pkgdesc = Unofficial community-developed port of the Input application for Work Louder devices on Linux
pkgver = 0.8.2
pkgrel = 1
pkgrel = 2
url = https://github.com/worklouder/input-linux
arch = x86_64
license = custom
@ -12,7 +12,6 @@ pkgbase = input
makedepends = python311
makedepends = git
depends = libusb
optdepends = libfuse2: Required for AppImage support
source = input4linux-0.8.2.sh::https://raw.githubusercontent.com/worklouder/input-linux/main/input4linux-0.8.2.sh
source = install-udev-worklouder.sh::https://raw.githubusercontent.com/worklouder/input-linux/main/patch/dist-electron/scripts/install-udev-worklouder.sh
source = appicon.png::https://raw.githubusercontent.com/worklouder/input-linux/main/patch/dist/assets/appicon.png

View file

@ -1,14 +1,13 @@
# Maintainer: Leonie Ain <me@koyu.space>
pkgname=input
pkgver=0.8.2
pkgrel=1
pkgrel=2
pkgdesc="Unofficial community-developed port of the Input application for Work Louder devices on Linux"
arch=('x86_64')
url="https://github.com/worklouder/input-linux"
license=('custom')
depends=('libusb')
makedepends=('curl' 'p7zip' 'npm' 'asar' 'python311' 'git')
optdepends=('libfuse2: Required for AppImage support')
source=(
"input4linux-${pkgver}.sh::https://raw.githubusercontent.com/worklouder/input-linux/main/input4linux-${pkgver}.sh"
"install-udev-worklouder.sh::https://raw.githubusercontent.com/worklouder/input-linux/main/patch/dist-electron/scripts/install-udev-worklouder.sh"