summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Zhang2017-08-31 17:38:28 +0800
committerBruce Zhang2017-08-31 17:38:28 +0800
commit66745be29d7135e794f5a86ae7d652495868f368 (patch)
treeba234cc57484fee0d2f861a806cc6e75bcfe5928
parent9bf5ccfc36b39b31a6d4aa29311e066cc4dae1f3 (diff)
downloadaur-66745be29d7135e794f5a86ae7d652495868f368.tar.gz
1.00.170830
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--link.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d02a0f05288b..8b3d7dd9bc09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = wechat-devtools
arch = x86_64
license = unknown
depends = nss
- optdepends = wine:微信小程序编译
+ optdepends = wine
provides = wechat_web_devtools_git
source = https://github.com/BruceZhang1993/wechat_devtools/archive/1.00.170830_x86_64.tar.gz
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 23b520a991ac..b9fa1248f90d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _arch="$(uname -m)"
url="https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/devtools.html"
license=('unknown')
depends=('nss')
-optdepends=('wine:微信小程序编译')
+optdepends=('wine')
provides=('wechat_web_devtools_git')
install=link.install
source=("https://github.com/BruceZhang1993/wechat_devtools/archive/${pkgver}_${_arch}.tar.gz")
diff --git a/link.install b/link.install
index ad06e6a80e76..bc7074d5fdc8 100644
--- a/link.install
+++ b/link.install
@@ -1,6 +1,6 @@
post_install() {
ln -s /opt/tencent/wechat-devtools/wechat_devtools /usr/bin/wechat_devtools
- echo "Type `wechat_devtools` to launch."
+ echo "Type wechat_devtools to launch."
}
post_remove() {