summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlevinit2018-03-18 21:50:52 +0800
committerlevinit2018-03-18 21:50:52 +0800
commit298d99ae680688a18578625a839104d397cabf04 (patch)
tree4555180f550d3078d80941ab0bc21294df8dea12
parent7e44cb23023096326bae4e0299b4b561266dbdbd (diff)
downloadaur-298d99ae680688a18578625a839104d397cabf04.tar.gz
ver.20180313
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
-rwxr-xr-xwechat_web_devtools.install18
3 files changed, 13 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4917ef0f1783..6b48882d4832 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = wechat_web_devtools
pkgdesc = wechat web devtools 微信web开发工具
- pkgver = 1.02.1802270
+ pkgver = 1.02.1803130
pkgrel = 1
url = https://github.com/cytle/wechat_web_devtools
install = wechat_web_devtools.install
arch = any
license = custom
- makedepends = wine_gecko
depends = wine
depends = wine-mono
depends = httpie
depends = wget
- source = https://github.com/cytle/wechat_web_devtools/archive/v1.02.1802270.tar.gz
+ depends = wine_gecko
+ source = https://github.com/cytle/wechat_web_devtools/archive/v1.02.1803130.tar.gz
sha512sums = SKIP
pkgname = wechat_web_devtools
diff --git a/PKGBUILD b/PKGBUILD
index 8ec3052d53f0..31b7b636d34e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
# Maintainer: levinit <levinit at outlook>
pkgname=wechat_web_devtools
-pkgver=1.02.1802270
+pkgver=1.02.1803130
pkgrel=1
pkgdesc="wechat web devtools 微信web开发工具"
arch=('any')
url="https://github.com/cytle/wechat_web_devtools"
license=('custom')
-depends=('wine' 'wine-mono' 'httpie' 'wget')
-makedepends=('wine_gecko')
+depends=('wine' 'wine-mono' 'httpie' 'wget' 'wine_gecko')
source=("https://github.com/cytle/wechat_web_devtools/archive/v$pkgver.tar.gz")
sha512sums=('SKIP')
diff --git a/wechat_web_devtools.install b/wechat_web_devtools.install
index adef647dfbb0..18d3a8b05cfe 100755
--- a/wechat_web_devtools.install
+++ b/wechat_web_devtools.install
@@ -1,26 +1,24 @@
#!bin/sh
read -r -d '' msg << TIPS
\e[1;33m====================================\e[0m\n
-×× 更新该脚本:进入/opt/wechat_web_devtools/执行\e[1mgit pull origin\e[0m 或者向aur维护者发送更新反馈
+-----------更新开发者工具-----------
\n
+ 当提示有更新时可进入/opt/wechat_web_devtools/执行\e[1m./bin/update_package_nw.sh手动更新,或者等待该软件包维护者更新版本,也可以点击安装,注意:\e[0m
\n
-×× 更新开发者工具:
+ 1. 安装过程中确认安装到$HOME/.wine/drive_c/Program Files (x86)/Tencent/微信web开发者工具路径下;
\n
- 进入/opt/wechat_web_devtools/执行\e[1m./bin/update_package_nw.sh\e[0m
+ 2. 完成去掉打开开发者工具项前面的勾。
\n
- 安装过程中确认安装到$HOME/.wine/drive_c/Program Files (x86)/Tencent/微信web开发者工具路径下
+-----------wcc和wcsc编译问题-----------
\n
- 最后完成去掉打开开发者工具的钩
-\n
-\n
-×× wcc和wcsc编译问题 进入/opt/wechat_web_devtools/,执行以下命令,让工具重新生成wcc和wcsc(会删除开发者工具配置文件,所有工程和登录信息会消失)
+ 进入/opt/wechat_web_devtools/,执行以下命令,让工具重新生成wcc和wcsc(会删除开发者工具配置文件,所有工程和登录信息会消失)
\n
\e[1m./bin/wxdt uninstall \e[0m
\n
\e[1m./bin/wxdt install \e[0m
\n
-\n
-×× 更多内容:访问 \e[1m https://github.com/cytle/wechat_web_devtools \e[0m 提交反馈/寻找问题解决/贡献代码 等等
+-----------更多内容-----------
+\n访问 \e[1m https://github.com/cytle/wechat_web_devtools \e[0m 提交反馈/寻找问题解决/贡献代码 等等
\n
\e[1;33m====================================\e[0m
TIPS