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