build: allow PKGBUILD to build for more then just x86

This commit is contained in:
sithlord48
2024-10-14 18:52:34 -04:00
committed by Nick Bolton
parent 6af331bd93
commit 5925d42dbd

View File

@ -5,7 +5,7 @@ pkgver=@DESKFLOW_VERSION@
pkgrel=1
pkgdesc="Mouse and keyboard sharing utility"
url='@DESKFLOW_WEBSITE_URL@'
arch=('x86_64')
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
license=('GPL-2.0-only')
depends=(
'gcc-libs'