summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaren Arterius2018-10-27 23:52:17 +0800
committerSaren Arterius2018-10-27 23:52:17 +0800
commit72c6a0aedc365914e6e924cac014f821b3f21b71 (patch)
tree2c8b81c3aee6be519e109a4fe66ad15936d2f577
parentf57b22834e2e47b9fc3eae7e995fc89133e3089d (diff)
downloadaur-72c6a0aedc365914e6e924cac014f821b3f21b71.tar.gz
3.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d9b6c5432f4..d291f8169693 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = google-chinese-handwriting-ime
pkgdesc = Chinese handwriting IME powered by Google Translate. MacOS style touchpad writing is supported. Written in Electron for Linux.
- pkgver = 2.1.0
+ pkgver = 3.0.2
pkgrel = 1
url = https://github.com/Saren-Arterius/google-chinese-handwriting-ime
arch = x86_64
depends = xdotool
depends = xorg-xinput
- depends = xorg-xdpyinfo
depends = python-pyperclip
depends = yarn
depends = evtest
depends = gconf
- source = git+https://github.com/Saren-Arterius/google-chinese-handwriting-ime.git#commit=786f896ec6e9fc81c774eb2615fa35566d158d66
+ depends = unclutter
+ source = git+https://github.com/Saren-Arterius/google-chinese-handwriting-ime.git#commit=3ac561e7d085f4fa907f93b19fce026a78ceec3e
source = google-chinese-handwriting-ime.desktop
sha256sums = SKIP
sha256sums = 8aad77fc7e22ec8017243d57c530845b336d65cf321386b1b78e4362f38bbab4
diff --git a/PKGBUILD b/PKGBUILD
index f695648d1256..2b66683a84cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=google-chinese-handwriting-ime
-pkgver=2.1.0
+pkgver=3.0.2
pkgrel=1
pkgdesc="Chinese handwriting IME powered by Google Translate. MacOS style touchpad writing is supported. Written in Electron for Linux."
arch=('x86_64')
url="https://github.com/Saren-Arterius/google-chinese-handwriting-ime"
-depends=('xdotool' 'xorg-xinput' 'xorg-xdpyinfo' 'python-pyperclip' 'yarn' 'evtest' 'gconf')
-_commit=786f896ec6e9fc81c774eb2615fa35566d158d66 # # tags/v2.1.0
+depends=('xdotool' 'xorg-xinput' 'python-pyperclip' 'yarn' 'evtest' 'gconf' 'unclutter')
+_commit=3ac561e7d085f4fa907f93b19fce026a78ceec3e # tags/v3.0.2
source=("git+https://github.com/Saren-Arterius/google-chinese-handwriting-ime.git#commit=$_commit" 'google-chinese-handwriting-ime.desktop')
sha256sums=('SKIP' '8aad77fc7e22ec8017243d57c530845b336d65cf321386b1b78e4362f38bbab4')