summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliverLew2023-05-06 19:58:03 +0800
committerOliverLew2023-05-06 19:58:03 +0800
commit9a03a2ad3c2e698112b5fecbb7a18471d604fc87 (patch)
treecd7c78a086a8e3f2d7fe78b23e68ebe6ffe40339 /PKGBUILD
parente1171655977351a379ce2a06b25f1f4ac2b18cfb (diff)
downloadaur-9a03a2ad3c2e698112b5fecbb7a18471d604fc87.tar.gz
add git and cmake as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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')