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"
|
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…
Add table
Add a link
Reference in a new issue