aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelipe Arenales2016-01-08 13:17:49 -0200
committerFelipe Arenales2016-01-08 13:17:49 -0200
commitaa6fca71dd868ce7984f9a10742c48cef13c3069 (patch)
tree0b7d3609b79130c1da9c8708c7150e37d027493f /PKGBUILD
parent1141b6a059e7c4741cc4262a9512830f1bff8640 (diff)
downloadaur-aa6fca71dd868ce7984f9a10742c48cef13c3069.tar.gz
Adding make to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6755d635bf8f..5e6ad78f8e47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/azukiapp/azk"
license=('Apache')
depends=('libnss-resolver' 'docker' 'rsync')
-makedepends=('fakeroot' 'git')
+makedepends=('make' 'fakeroot' 'git')
conflicts=(${pkgname}-git)
source=("https://github.com/azukiapp/${pkgname}/archive/v${pkgver}.tar.gz")
md5sums=('a728f935a270a425ff11db36347211d2')