summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshi chao gao2018-07-17 21:17:27 +0800
committershi chao gao2018-07-17 21:17:27 +0800
commit18f4146c0399900f4cdb3df9444928f003d5ea05 (patch)
treeb913176149539bb138ad36b81b50d7c7322e3ab5
parent9dee427f4a435b85beec49e9f7cefaef55a31bf4 (diff)
downloadaur-18f4146c0399900f4cdb3df9444928f003d5ea05.tar.gz
upd change to maintained branch
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3142da10465..1a9007278f39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,8 @@
-# Generated by mksrcinfo v8
-# Mon Feb 20 01:05:31 UTC 2017
pkgbase = electronic-wechat-bin
- pkgdesc = A better WeChat on macOS and Linux. Built with Electron by Zhongyi Tong.
- pkgver = 2.0
+ pkgdesc = A better WeChat on macOS and Linux. Built with Electron. Maintained by kooritea
+ pkgver = 2.1.5
pkgrel = 1
- url = https://github.com/geeeeeeeeek/electronic-wechat
- arch = i686
+ url = https://github.com/kooritea/electronic-wechat
arch = x86_64
license = MIT
depends = gconf
@@ -13,10 +10,10 @@ pkgbase = electronic-wechat-bin
conflicts = electronic-wechat-git
replaces = electronic-wechat
replaces = electronic-wechat-git
- source = https://github.com/geeeeeeeeek/electronic-wechat/releases/download/V2.0/linux-x64.tar.gz
- source = https://github.com/geeeeeeeeek/electronic-wechat/raw/master/assets/icon.png
+ source = https://github.com/kooritea/electronic-wechat/releases/download/v2.1.5/electronic-wechat-linux-x64-2.1.5.zip
+ source = https://github.com/kooritea/electronic-wechat/raw/master/assets/icon.png
source = electronic-wechat.desktop
- md5sums = 3e2ebd0c2d5ba52923168fab54b05c14
+ md5sums = 6fc70080a6c0e25e48fe8ab700f8e837
md5sums = 5067d2ecdfa58d16affc950102cd36bd
md5sums = ffc9bdbcce89519b59f78d4bb50ea315
diff --git a/PKGBUILD b/PKGBUILD
index 084d4050beb8..cfc28a5a2e17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
#Maintainer:xgdgsc<xgdgsc@gmail.com>
pkgname=electronic-wechat-bin
-pkgver=2.0
+pkgver=2.1.5
pkgrel=1
-pkgdesc="A better WeChat on macOS and Linux. Built with Electron by Zhongyi Tong."
-url=https://github.com/geeeeeeeeek/electronic-wechat
-arch=(i686 x86_64)
+pkgdesc="A better WeChat on macOS and Linux. Built with Electron. Maintained by kooritea"
+url=https://github.com/kooritea/electronic-wechat
+arch=(x86_64)
replaces=('electronic-wechat' 'electronic-wechat-git')
conflicts=('electronic-wechat' 'electronic-wechat-git')
depends=('gconf')
license=(MIT)
-md5sums=('3e2ebd0c2d5ba52923168fab54b05c14'
+md5sums=('6fc70080a6c0e25e48fe8ab700f8e837'
'5067d2ecdfa58d16affc950102cd36bd'
'ffc9bdbcce89519b59f78d4bb50ea315')
@@ -22,8 +22,8 @@ if [[ $CARCH = i686 ]];then
else
_arch=x64
fi
-source=("https://github.com/geeeeeeeeek/electronic-wechat/releases/download/V$pkgver/linux-$_arch.tar.gz"
-"https://github.com/geeeeeeeeek/electronic-wechat/raw/master/assets/icon.png"
+source=("https://github.com/kooritea/electronic-wechat/releases/download/v$pkgver/electronic-wechat-linux-$_arch-$pkgver.zip"
+"https://github.com/kooritea/electronic-wechat/raw/master/assets/icon.png"
"electronic-wechat.desktop")