summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliverLew2023-05-06 19:58:03 +0800
committerOliverLew2023-05-06 19:58:03 +0800
commit9a03a2ad3c2e698112b5fecbb7a18471d604fc87 (patch)
treecd7c78a086a8e3f2d7fe78b23e68ebe6ffe40339
parente1171655977351a379ce2a06b25f1f4ac2b18cfb (diff)
downloadaur-9a03a2ad3c2e698112b5fecbb7a18471d604fc87.tar.gz
add git and cmake as makedepends
-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')