summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHodong Kim2018-06-22 18:50:16 +0900
committerHodong Kim2018-06-22 18:50:16 +0900
commit1d800579024268280a549663a82fccaf9501f676 (patch)
treef0a7cbf0f493e1a84f616fb4972cf3bb290e1d0a /PKGBUILD
parent0b3e9e20be7050016ab86c2f279a4481ed91085d (diff)
downloadaur-1d800579024268280a549663a82fccaf9501f676.tar.gz
Added missing makedepends: binutils, autoconf, automake, gcc, make
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7054b05a020c..a40cbd464cf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,10 @@ pkgdesc="Nimf is an input method framework."
arch=('any')
url="https://gitlab.com/hodong/nimf"
license=('LGPL3')
-makedepends=('glib2' 'intltool' 'gtk3' 'gtk2' 'qt4' 'qt5-base'
- 'libappindicator-gtk3' 'librsvg' 'noto-fonts-cjk' 'libhangul'
- 'anthy' 'libchewing' 'librime' 'libxkbcommon' 'wayland' 'audit')
+makedepends=('binutils' 'autoconf' 'automake' 'gcc' 'make' 'glib2' 'intltool'
+ 'gtk3' 'gtk2' 'qt4' 'qt5-base' 'libappindicator-gtk3' 'librsvg'
+ 'noto-fonts-cjk' 'libhangul' 'anthy' 'libchewing' 'librime'
+ 'libxkbcommon' 'wayland' 'audit')
depends=('glib2' 'gtk3' 'gtk2' 'qt4' 'qt5-base' 'libappindicator-gtk3'
'libhangul' 'anthy' 'libchewing' 'librime' 'brise' 'libxkbcommon'
'wayland' 'audit')