mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:33:20 +08:00
fcitx-hangul: update to 0.3.1
This commit is contained in:
parent
dc3c2effa9
commit
83126ce58b
@ -1,18 +1,9 @@
|
||||
#
|
||||
# Apps Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# Maintainer: Neo Kolokotronis <tetris4@gmail.com>
|
||||
# Contributor: csslayer <wengxt AT gmail com>
|
||||
|
||||
# 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')
|
||||
|
Loading…
Reference in New Issue
Block a user