mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
build(arch): add missing makedepends.
This commit is contained in:
parent
14fd88aa2f
commit
907b051848
2
PKGBUILD
2
PKGBUILD
@ -9,7 +9,7 @@ arch=("x86_64")
|
|||||||
url="https://github.com/roddhjav/$pkgname"
|
url="https://github.com/roddhjav/$pkgname"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('apparmor')
|
depends=('apparmor')
|
||||||
makedepends=('go' 'git')
|
makedepends=('go' 'git' 'rsync' 'lsb-release')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "$srcdir/$pkgname"
|
cd "$srcdir/$pkgname"
|
||||||
|
Loading…
Reference in New Issue
Block a user