summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abf05566b2f3..7b6a36f39cb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,15 @@
pkgbase = libhangul-git
pkgdesc = A library to support hangul input method logic
pkgver = 0.1.0.r51.2ddc547f014a
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/libhangul/libhangul
arch = x86_64
- license = LGPL-2.1
- makedepends = binutils
+ license = LGPL
makedepends = intltool
- makedepends = automake
- makedepends = autoconf
+ makedepends = git
provides = libhangul
conflicts = libhangul
source = git+https://github.com/libhangul/libhangul.git
md5sums = SKIP
pkgname = libhangul-git
-
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")