aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Arenales2016-01-08 13:17:49 -0200
committerFelipe Arenales2016-01-08 13:17:49 -0200
commitaa6fca71dd868ce7984f9a10742c48cef13c3069 (patch)
tree0b7d3609b79130c1da9c8708c7150e37d027493f
parent1141b6a059e7c4741cc4262a9512830f1bff8640 (diff)
downloadaur-aa6fca71dd868ce7984f9a10742c48cef13c3069.tar.gz
Adding make to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efdcd1df0293..f56d5b502da9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jan 8 15:09:47 UTC 2016
+# Fri Jan 8 15:17:37 UTC 2016
pkgbase = azk
pkgdesc = azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.
pkgver = 0.16.3
@@ -7,6 +7,7 @@ pkgbase = azk
url = https://github.com/azukiapp/azk
arch = x86_64
license = Apache
+ makedepends = make
makedepends = fakeroot
makedepends = git
depends = libnss-resolver
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')