Update PKGBUILD
set archs as arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
This commit is contained in:
parent
6767593e8b
commit
8fa8434774
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -7,7 +7,7 @@ pkgname=apparmor.d
|
||||||
pkgver=0.001
|
pkgver=0.001
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Full set of apparmor profiles"
|
pkgdesc="Full set of apparmor profiles"
|
||||||
arch=("any")
|
arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
|
||||||
url="https://github.com/roddhjav/$pkgname"
|
url="https://github.com/roddhjav/$pkgname"
|
||||||
license=('GPL-2.0-only')
|
license=('GPL-2.0-only')
|
||||||
depends=('apparmor')
|
depends=('apparmor')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue