summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCebtenzzre2019-04-02 18:57:07 -0400
committerCebtenzzre2019-04-02 18:57:07 -0400
commit80fcba09203265ff53a7f63e0d6a8fd3c2ebeaf0 (patch)
tree471bd1f87af5dcc074f392593cdfd0d4169484e0 /PKGBUILD
parent0a188e218433796adc19f9f9b53cb05112ce61fc (diff)
downloadaur-80fcba09203265ff53a7f63e0d6a8fd3c2ebeaf0.tar.gz
Add missing makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed953bee44cf..ed459154c512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://blend2d.com'
arch=('i686' 'x86_64')
license=('custom:zlib')
depends=('gcc-libs')
-makedepends=('clang')
+makedepends=('clang' 'cmake' 'git')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("${_pkgname}::git+https://github.com/blend2d/blend2d"