summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaren Arterius2018-10-28 01:32:36 +0800
committerSaren Arterius2018-10-28 01:32:36 +0800
commitd70d59a400ea30c0f777549ccbf257b3290391e9 (patch)
treecd737cfb97c7ad2490210352240c16fa6083ba55
parent72c6a0aedc365914e6e924cac014f821b3f21b71 (diff)
downloadaur-d70d59a400ea30c0f777549ccbf257b3290391e9.tar.gz
3.0.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d291f8169693..85650269ec8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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 = 3.0.2
+ pkgver = 3.0.3
pkgrel = 1
url = https://github.com/Saren-Arterius/google-chinese-handwriting-ime
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = google-chinese-handwriting-ime
depends = evtest
depends = gconf
depends = unclutter
- source = git+https://github.com/Saren-Arterius/google-chinese-handwriting-ime.git#commit=3ac561e7d085f4fa907f93b19fce026a78ceec3e
+ source = git+https://github.com/Saren-Arterius/google-chinese-handwriting-ime.git#commit=2b3bf66249e8222585e7afa4b9b5e8e107e6e4e4
source = google-chinese-handwriting-ime.desktop
sha256sums = SKIP
sha256sums = 8aad77fc7e22ec8017243d57c530845b336d65cf321386b1b78e4362f38bbab4
diff --git a/PKGBUILD b/PKGBUILD
index 2b66683a84cd..fb3d3b8e9ad0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,15 @@
pkgname=google-chinese-handwriting-ime
-pkgver=3.0.2
+pkgver=3.0.3
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' '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')
+_commit=2b3bf66249e8222585e7afa4b9b5e8e107e6e4e4 # tags/v3.0.3
+source=(
+ "git+https://github.com/Saren-Arterius/google-chinese-handwriting-ime.git#commit=$_commit"
+ 'google-chinese-handwriting-ime.desktop'
+)
sha256sums=('SKIP' '8aad77fc7e22ec8017243d57c530845b336d65cf321386b1b78e4362f38bbab4')
build() {