summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbtd13372018-07-31 14:37:34 -0300
committerbtd13372018-07-31 14:37:34 -0300
commit7e42628dd3ad14f2f1820f789b69d14e4a74f3a0 (patch)
tree601f9d8856d0f50fe6e49ff9624c55b188214946 /PKGBUILD
parent018b654a1550b58e1479734eccd10866abd2ca8d (diff)
downloadaur-7e42628dd3ad14f2f1820f789b69d14e4a74f3a0.tar.gz
fix make dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03dd996d6589..a546116ab8a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ url="https://github.com/${author}/${gitname}"
license=('GPL3')
depends=('gtk3' 'vala' 'granite' 'glib2' 'json-glib' 'libgee' 'libsoup')
optdepends=()
-makedepends=('git' 'meson' 'ninja')
+makedepends=('cmake' 'git' 'vala')
provides=("${auxname}")
conflicts=("${auxname}")
source=("git+${url}.git")