mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-29 22:35:15 +01:00
build(arch): add missing makedepends.
This commit is contained in:
parent
14fd88aa2f
commit
907b051848
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -9,7 +9,7 @@ arch=("x86_64")
|
|||
url="https://github.com/roddhjav/$pkgname"
|
||||
license=('GPL2')
|
||||
depends=('apparmor')
|
||||
makedepends=('go' 'git')
|
||||
makedepends=('go' 'git' 'rsync' 'lsb-release')
|
||||
|
||||
pkgver() {
|
||||
cd "$srcdir/$pkgname"
|
||||
|
|
Loading…
Reference in a new issue