summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaren Arterius2018-10-27 18:00:57 +0800
committerSaren Arterius2018-10-27 18:00:57 +0800
commitf57b22834e2e47b9fc3eae7e995fc89133e3089d (patch)
treed41d917a647d9216aa15bfba3923a4d2a1cef91c
parent7c29cbd2017add0c82fe5d3517b7de4bdd2e1df5 (diff)
downloadaur-f57b22834e2e47b9fc3eae7e995fc89133e3089d.tar.gz
2.1.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7856b15e2b8..2d9b6c5432f4 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 = 2.0.0
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/Saren-Arterius/google-chinese-handwriting-ime
arch = x86_64
@@ -10,7 +10,8 @@ pkgbase = google-chinese-handwriting-ime
depends = python-pyperclip
depends = yarn
depends = evtest
- source = git+https://github.com/Saren-Arterius/google-chinese-handwriting-ime.git
+ depends = gconf
+ source = git+https://github.com/Saren-Arterius/google-chinese-handwriting-ime.git#commit=786f896ec6e9fc81c774eb2615fa35566d158d66
source = google-chinese-handwriting-ime.desktop
sha256sums = SKIP
sha256sums = 8aad77fc7e22ec8017243d57c530845b336d65cf321386b1b78e4362f38bbab4
diff --git a/PKGBUILD b/PKGBUILD
index 98b063e57490..f695648d1256 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
pkgname=google-chinese-handwriting-ime
-pkgver=2.0.0
+pkgver=2.1.0
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')
-source=('git+https://github.com/Saren-Arterius/google-chinese-handwriting-ime.git' 'google-chinese-handwriting-ime.desktop')
+depends=('xdotool' 'xorg-xinput' 'xorg-xdpyinfo' 'python-pyperclip' 'yarn' 'evtest' 'gconf')
+_commit=786f896ec6e9fc81c774eb2615fa35566d158d66 # # tags/v2.1.0
+source=("git+https://github.com/Saren-Arterius/google-chinese-handwriting-ime.git#commit=$_commit" 'google-chinese-handwriting-ime.desktop')
sha256sums=('SKIP' '8aad77fc7e22ec8017243d57c530845b336d65cf321386b1b78e4362f38bbab4')
build() {