summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxatier2023-09-25 08:14:56 -0500
committerxatier2023-09-25 08:14:56 -0500
commit47e48d9a6f76395f390648175dbaa9f0f898eb0f (patch)
tree88466a925e87ecc70dd336d2876115dcc387f4ff
parent64bfe115feaf6bc9f9b12c035df750ac8fa1f55f (diff)
downloadaur-47e48d9a6f76395f390648175dbaa9f0f898eb0f.tar.gz
Move fmt to depends
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13ff9644b29d..5de66f3bb31e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc="McBopomofo for fcitx5"
arch=('x86_64')
url="https://github.com/openvanilla/fcitx5-mcbopomofo"
license=('MIT')
-depends=('fcitx5')
-makedepends=('cmake' 'extra-cmake-modules' 'fmt' 'git')
+depends=('fcitx5' 'fmt')
+makedepends=('cmake' 'extra-cmake-modules' 'git')
optdepends=()
conflicts=('fcitx5-mcbopomofo')
provides=('fcitx5-mcbopomofo')