summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHonghao Li2019-08-17 12:12:11 +0800
committerHonghao Li2019-08-17 12:12:11 +0800
commitba0fedae32cb197786be1e2eb5cf865913dc815b (patch)
treef096276043fb840f4bf137d63e89b8a0ab29fb06
parentb58dc95618c1b71a248786cef6daa155a4d94770 (diff)
downloadaur-ba0fedae32cb197786be1e2eb5cf865913dc815b.tar.gz
fix build issue: append missing build depend
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3056e638cc19..f589fd57c771 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = vcpkg-git
license = MIT
makedepends = git
makedepends = cmake>=3.3.0
+ makedepends = ninja
provides = vcpkg
conflicts = vcpkg
source = git+https://github.com/Microsoft/vcpkg.git
diff --git a/PKGBUILD b/PKGBUILD
index 89a3d55a8848..dda15eb0a16a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='VC++ Pcakaging Tool'
arch=('x86_64')
url='https://github.com/Microsoft/vcpkg'
license=('MIT')
-makedepends=('git' 'cmake>=3.3.0')
+makedepends=('git' 'cmake>=3.3.0' 'ninja')
conflicts=('vcpkg')
provides=('vcpkg')
source=('git+https://github.com/Microsoft/vcpkg.git'