diff --git a/fcitx-hangul/PKGBUILD b/fcitx-hangul/PKGBUILD index d27811d0a..2c06ed225 100644 --- a/fcitx-hangul/PKGBUILD +++ b/fcitx-hangul/PKGBUILD @@ -1,18 +1,9 @@ -# -# Apps Packages for Chakra, part of chakra-project.org -# -# Maintainer: Neo Kolokotronis -# Contributor: csslayer - -# include global config -source ../_buildscripts/${current_repo}-${_arch}-cfg.conf - pkgname=fcitx-hangul -pkgver=0.3.0 -pkgrel=2 +pkgver=0.3.1 +pkgrel=1 pkgdesc="Fcitx Wrapper for Hangul." -arch=('i686' 'x86_64') -url="http://code.google.com/p/fcitx" +arch=('x86_64') +url="https://github.com/fcitx/fcitx-hangul" license=('GPL') depends=('fcitx>=4.2.7' 'libhangul') makedepends=('cmake') @@ -33,4 +24,4 @@ package () cd "$srcdir/${pkgname}-${pkgver}/build" make DESTDIR=${pkgdir} install } -md5sums=('9405521000303c64861df2e49ae2d7c5') +md5sums=('32d0480006dce1328025d2d94e8fa4b0')