summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Ser2022-12-05 11:29:59 +0100
committerSimon Ser2022-12-05 11:29:59 +0100
commita34b4eecd8856f193474e7aa5a47584260f7eaec (patch)
tree4bbce450537835512f7654170f2b7e16b2266a35 /PKGBUILD
parentf3f40fdffd7d406bdbd007e3d26838d468aff5f4 (diff)
downloadaur-libhangul-git.tar.gz
Cleanup makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c31dfd9b52a4..50ede7d0bbcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Simon Ser
pkgname=libhangul-git
pkgver=0.1.0.r51.2ddc547f014a
-pkgrel=1
+pkgrel=2
pkgdesc="A library to support hangul input method logic"
arch=('x86_64')
url="https://github.com/libhangul/libhangul"
-license=('LGPL-2.1')
+license=('LGPL')
depends=()
-makedepends=('binutils' 'intltool' 'automake' 'autoconf')
+makedepends=('intltool' 'git')
provides=('libhangul')
conflicts=('libhangul')
source=("git+https://github.com/libhangul/libhangul.git")