diff options
author | Bumsik Kim | 2019-06-14 14:33:51 +0900 |
---|---|---|
committer | Bumsik Kim | 2019-06-14 14:33:51 +0900 |
commit | 74b8dab7f3743899095ca9b0d7f5d41f3f5d7d7d (patch) | |
tree | 09136648080be83fb61a5d50d4abb5e0b56b73d4 /PKGBUILD | |
parent | 3480710aaeba3fb4196cc6a7f8f385fb837959ba (diff) | |
download | aur-74b8dab7f3743899095ca9b0d7f5d41f3f5d7d7d.tar.gz |
Updated: 2019.06.07
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -10,7 +10,7 @@ # this PKGBUILD file is in the public domain. pkgname=nimf -pkgver=2019.02.15 # This strictly follows AC_INIT field in configure.ac +pkgver=2019.06.07 # This strictly follows AC_INIT field in configure.ac pkgrel=1 pkgdesc="Nimf is an input method framework." arch=('any') @@ -21,14 +21,14 @@ license=('LGPL3') makedepends=('binutils' 'autoconf' 'automake' 'gcc' 'make' 'glib2' 'intltool' 'gtk3' 'gtk2' 'qt4' 'qt5-base' 'libappindicator-gtk3' 'librsvg' 'noto-fonts-cjk' 'libhangul' 'anthy' 'librime' 'libxkbcommon' - 'wayland' 'libxklavier' 'm17n-lib') + 'wayland' 'libxklavier' 'm17n-lib' 'm17n-db' 'gtk-doc') depends=('glib2' 'gtk3' 'gtk2' 'qt4' 'qt5-base' 'libappindicator-gtk3' 'libhangul' 'anthy' 'librime' 'libxkbcommon' 'wayland' 'libxklavier' - 'm17n-lib') + 'm17n-lib' 'm17n-db') optdepends=('brise: Rime schema repository' 'noto-fonts-cjk: Google Noto CJK fonts') -source=("nimf-master::git+https://gitlab.com/nimf-i18n/nimf#commit=ea47e41a91ea57227202ced70186d21b0edff103") +source=("nimf-master::git+https://gitlab.com/nimf-i18n/nimf#commit=d27ab903205c4842782c1b26d84882c980cea7db") md5sums=('SKIP') build() { |