build(arch): add missing makedepends.

This commit is contained in:
Alexandre Pujol 2022-08-31 22:16:21 +01:00
parent 14fd88aa2f
commit 907b051848
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -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"