mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
remove optional dependency for AppImage support
This commit is contained in:
parent
821219061c
commit
8d767d262c
2 changed files with 2 additions and 4 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue