build(arch): sync pkgbuild with the with aur version.

This commit is contained in:
Alexandre Pujol 2025-07-20 13:35:53 +02:00
parent bba6f253ad
commit cf76e2e714
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -8,9 +8,9 @@ pkgver=0.001
pkgrel=1 pkgrel=1
pkgdesc="Full set of apparmor profiles" pkgdesc="Full set of apparmor profiles"
arch=('x86_64' 'armv6h' 'armv7h' 'aarch64') arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/roddhjav/$pkgname" url="https://github.com/roddhjav/apparmor.d"
license=('GPL-2.0-only') license=('GPL-2.0-only')
depends=('apparmor') depends=('apparmor>=4.1.0' 'apparmor<5.0.0')
makedepends=('go' 'git' 'rsync' 'just') makedepends=('go' 'git' 'rsync' 'just')
conflicts=("$pkgname-git") conflicts=("$pkgname-git")