aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBian Jiaping2015-10-19 23:35:50 +0800
committerBian Jiaping2015-10-19 23:35:50 +0800
commit3e01dea27a8b1d20b94c5afd22a534979d0b33b7 (patch)
tree41479c944f518a04e0395cc39e9de910d3b9f9ce
parent8198d4bd152a9111684a8424a6c3e87c45eb2ed3 (diff)
downloadaur-3e01dea27a8b1d20b94c5afd22a534979d0b33b7.tar.gz
Bump to v2.0.0.0066
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d96426a8e8f..65eadce2827e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fcitx-sogoupinyin
pkgdesc = Sogou Pinyin for Linux
- pkgver = 1.2.0.0056
+ pkgver = 2.0.0.0066
pkgrel = 1
url = http://pinyin.sogou.com/linux/
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = fcitx-sogoupinyin
depends = fcitx-qt4
depends = lsb-release
depends = xorg-xprop
- source = http://download.ime.sogou.com/1432523940/sogoupinyin_1.2.0.0056_amd64.deb
+ source = http://cdn2.ime.sogou.com/dl/index/1445002254/sogoupinyin_2.0.0.0066_amd64.deb
source = sogou-autostart
- md5sums = 47cd879b6b340391705f9a4e389045d9
+ md5sums = cb3662b999bbded58178ecc0f45369c9
md5sums = 60b1dcd637c932cf4f3bfaed797f5401
pkgname = fcitx-sogoupinyin
diff --git a/PKGBUILD b/PKGBUILD
index a115a5b42e0e..8e5fa5bc13f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Felix Yan <felixonmars [AT] gmail.com>
pkgname=fcitx-sogoupinyin
-pkgver=1.2.0.0056
+pkgver=2.0.0.0066
pkgrel=1
pkgdesc="Sogou Pinyin for Linux"
arch=('x86_64' 'i686')
@@ -15,18 +15,18 @@ depends=('fcitx' 'opencc' 'libidn' 'fcitx-qt4' 'lsb-release' 'xorg-xprop')
if [ "${CARCH}" = "i686" ]; then
_LIB_DIR=i386-linux-gnu
_ARCH=i386
- _time=1432524151
- md5sums=('2b096a3440b55b2a018c166013774422'
+ _time=1445001029
+ md5sums=('1bfded4d26fc95672236dab744482d8c'
'60b1dcd637c932cf4f3bfaed797f5401')
else
_LIB_DIR=x86_64-linux-gnu
_ARCH=amd64
- _time=1432523940
- md5sums=('47cd879b6b340391705f9a4e389045d9'
+ _time=1445002254
+ md5sums=('cb3662b999bbded58178ecc0f45369c9'
'60b1dcd637c932cf4f3bfaed797f5401')
fi
-source=("http://download.ime.sogou.com/${_time}/sogoupinyin_${pkgver}_${_ARCH}.deb"
+source=("http://cdn2.ime.sogou.com/dl/index/${_time}/sogoupinyin_${pkgver}_${_ARCH}.deb"
"sogou-autostart")
package(){