From f71db61bd37673c7b00779b875e3fd911581b0ca Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sat, 11 Jan 2025 09:50:54 -0500 Subject: [PATCH] build: Arch,PKGBUILD: rm arm6h , add all conflicts , correct license --- deploy/linux/arch/PKGBUILD.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deploy/linux/arch/PKGBUILD.in b/deploy/linux/arch/PKGBUILD.in index ea92fb666..0446eff79 100644 --- a/deploy/linux/arch/PKGBUILD.in +++ b/deploy/linux/arch/PKGBUILD.in @@ -5,8 +5,10 @@ pkgver=@DESKFLOW_VERSION@ pkgrel=1 pkgdesc="Mouse and keyboard sharing utility" url='https://deskflow.org' -arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') -license=('GPL-2.0-only') +arch=('i686' 'x86_64' 'armv7h' 'aarch64') +license=(LicenseRef-GPL-2.0-only-WITH-OpenSSL-Exception) +conflicts=('synergy-git' 'synergy-1.6' 'synergy1-bin' 'synergy2-bin' 'synergy3-bin' 'synergy3-beta-bin' 'synergy3-stable-bin' 'barrier' 'barrier-git' 'barrier-headless' 'barrier-headless-git' 'input-leap' 'input-leap-git' 'input-leap-headless-git' 'input-leap-headless' 'waynergy' 'waynergy-git' 'qsynergy' 'slim-synergy' 'quicksynergy' 'deskflow') +provides=("deskflow-git${pkgver}") depends=( 'gcc-libs' 'glibc' @@ -28,7 +30,6 @@ depends=( 'tomlplusplus' 'cli11' ) -conflicts=('synergy-git' 'synergy1-bin' 'synergy2-bin' 'synergy3-bin') options=('!debug') package() {