Update PKGBUILD

set archs as arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
This commit is contained in:
zinootje 2025-04-17 15:21:28 +02:00 committed by GitHub
parent 6767593e8b
commit 8fa8434774
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ pkgname=apparmor.d
pkgver=0.001
pkgrel=1
pkgdesc="Full set of apparmor profiles"
arch=("any")
arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/roddhjav/$pkgname"
license=('GPL-2.0-only')
depends=('apparmor')