summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9fa1248f90d..6245c4b988ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=wechat-devtools
_pkg=wechat_devtools
pkgver=1.00.170830
pkgrel=1
-epoch=1
+epoch=2
pkgdesc="WeChat Devtools Linux version."
arch=('i686' 'x86_64')
_arch="$(uname -m)"
@@ -11,10 +11,11 @@ url="https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/devtools.html"
license=('unknown')
depends=('nss')
optdepends=('wine')
-provides=('wechat_web_devtools_git')
+provides=()
install=link.install
source=("https://github.com/BruceZhang1993/wechat_devtools/archive/${pkgver}_${_arch}.tar.gz")
md5sums=("SKIP")
+options=('!strip')
package() {
cd "${_pkg}-${pkgver}_${_arch}"