summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkjwon152018-06-06 22:27:04 +0900
committerkjwon152018-06-06 22:34:17 +0900
commitfefd17333998b4c710e79701d0689ccfb6552a1c (patch)
tree02619b6dbfa147ad0cc926f9a4b817b755baba55
parentba94bafe8f86a2a7af1496bab6397667ea0b3088 (diff)
downloadaur-fefd17333998b4c710e79701d0689ccfb6552a1c.tar.gz
Fix makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a25e1520dd2b..ba88ed50be59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ url="https://github.com/3beol/libhangul"
license=('LGPL')
groups=()
depends=()
-makedepends=('git' 'intltool' 'automake' 'autoconf' 'gcc' 'make')
+makedepends=('git' 'binutils' 'intltool' 'automake' 'autoconf' 'gcc' 'make')
provides=('libhangul')
conflicts=('libhangul')
replaces=()