summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxatier2022-04-08 03:55:02 -0500
committerxatier2022-04-08 03:56:16 -0500
commit30a794a222a03b9b951253d692a79642e1133b4d (patch)
treeb03b802a25cb695755e89ac4903f68e29c47de1d /PKGBUILD
parentc900cd106f1fe6ffdddb5bb635abc16ca0e7a242 (diff)
downloadaur-30a794a222a03b9b951253d692a79642e1133b4d.tar.gz
Fix namcap rule
``` $ namcap PKGBUILD PKGBUILD (fcitx5-mcbopomofo-git) W: VCS source PKGBUILD needs additional makedepends 'git' to work properly ```
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8342a09289c7..6c163c2f1795 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/openvanilla/fcitx5-mcbopomofo"
license=('MIT')
depends=('fcitx5')
-makedepends=('cmake' 'extra-cmake-modules')
+makedepends=('cmake' 'extra-cmake-modules' 'git')
optdepends=()
conflicts=('fcitx5-mcbopomofo')
provides=('fcitx5-mcbopomofo')