summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5323a475624..99a2e3ee8400 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = fcitx-fbterm-git
arch = x86_64
arch = i686
license = GPLv2
+ makedepends = git
+ makedepends = cmake
depends = fbterm
depends = fcitx
provides = fcitx-fbterm
diff --git a/PKGBUILD b/PKGBUILD
index f970618ee373..db82a01c5f36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=(x86_64 i686)
url='https://github.com/fcitx/fcitx-fbterm'
license=('GPLv2')
depends=('fbterm' 'fcitx')
+makedepends=('git' 'cmake')
provides=('fcitx-fbterm')
source=("git+https://github.com/fcitx/$_pkgname")
md5sums=('SKIP')