summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBumsik Kim2019-02-14 20:07:15 +0900
committerBumsik Kim2019-02-14 20:07:15 +0900
commitd035418ea0c2300e6243c1f37f3d3c2cf490375a (patch)
tree94f2b5b594ce5301627ab58bf48818bbdc2b4ba7
parent04e9fcb9cbd4e567239f7f1d4cf8401f714ad122 (diff)
downloadaur-d035418ea0c2300e6243c1f37f3d3c2cf490375a.tar.gz
Revert "Updated: 2019.02.14"
This reverts commit 04e9fcb9cbd4e567239f7f1d4cf8401f714ad122.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4292689c80fa..0751d1b65e05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nimf
pkgdesc = Nimf is an input method framework.
- pkgver = 2019.02.14
+ pkgver = 2019.01.23
pkgrel = 1
url = https://gitlab.com/nimf-i18n/nimf
arch = any
@@ -25,7 +25,6 @@ pkgbase = nimf
makedepends = libxkbcommon
makedepends = wayland
makedepends = libxklavier
- makedepends = m17n-lib
depends = glib2
depends = gtk3
depends = gtk2
@@ -38,10 +37,9 @@ pkgbase = nimf
depends = libxkbcommon
depends = wayland
depends = libxklavier
- depends = m17n-lib
optdepends = brise: Rime schema repository
optdepends = noto-fonts-cjk: Google Noto CJK fonts
- source = nimf-master::git+https://gitlab.com/nimf-i18n/nimf#commit=795e322feb48723fa145be7562d36e6e1deeb61c
+ source = nimf-master::git+https://gitlab.com/nimf-i18n/nimf#commit=078b769d7007d189ce6f348f8f9270895b15e055
md5sums = SKIP
pkgname = nimf
diff --git a/PKGBUILD b/PKGBUILD
index ff1f79dccd55..5d4fa8b14645 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
# this PKGBUILD file is in the public domain.
pkgname=nimf
-pkgver=2019.02.14 # This strictly follows AC_INIT field in configure.ac
+pkgver=2019.01.23 # This strictly follows AC_INIT field in configure.ac
pkgrel=1
pkgdesc="Nimf is an input method framework."
arch=('any')
@@ -19,13 +19,12 @@ 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')
depends=('glib2' 'gtk3' 'gtk2' 'qt4' 'qt5-base' 'libappindicator-gtk3'
- 'libhangul' 'anthy' 'librime' 'libxkbcommon' 'wayland' 'libxklavier'
- 'm17n-lib')
+ 'libhangul' 'anthy' 'librime' 'libxkbcommon' 'wayland' 'libxklavier')
optdepends=('brise: Rime schema repository'
'noto-fonts-cjk: Google Noto CJK fonts')
-source=("nimf-master::git+https://gitlab.com/nimf-i18n/nimf#commit=795e322feb48723fa145be7562d36e6e1deeb61c")
+source=("nimf-master::git+https://gitlab.com/nimf-i18n/nimf#commit=078b769d7007d189ce6f348f8f9270895b15e055")
md5sums=('SKIP')
build() {