aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCountStarlight2018-04-29 09:36:10 +0800
committerCountStarlight2018-04-29 09:36:10 +0800
commit444f78ade0daed611743fc12f39e80bcf442ea59 (patch)
treee3298bbb01366bc6fbaec8cbe1ceecda52082b04
parent498526c5c72089e5066b461638f9d5eb86325e64 (diff)
downloadaur-444f78ade0daed611743fc12f39e80bcf442ea59.tar.gz
Remove useless value define.
Signed-off-by: CountStarlight <countstarlight@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rwxr-xr-xrun.sh3
3 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08e3d379eda3..d081dfcf74e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = deepin-wine-tim
- pkgdesc = Latest Tencent TIM (com.qq.office) on Deepin Wine For Archlinux
+ pkgdesc = Tencent TIM (com.qq.office) on Deepin Wine For Archlinux
pkgver = 2.1.5
pkgrel = 3
url = http://tim.qq.com/
@@ -28,7 +28,7 @@ pkgbase = deepin-wine-tim
source = update.policy
md5sums = 3d2b0f0449a8ba9297974e5a06df959b
md5sums = 9d228e78e544b6b5f103de233d169240
- md5sums = 11f0b230e0acf1f0c6e4bde590b6abb2
+ md5sums = ef83e85c848bd5e02df6c86e29241c7f
md5sums = ebde755e3bd213550f5ccc69d3192060
md5sums = a66646b473a3fbad243ac1afd64da07a
diff --git a/PKGBUILD b/PKGBUILD
index 3dd0485c3339..f454ef407b40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=deepin-wine-tim
pkgver=2.1.5
deepintimver=2.0.0deepin1
pkgrel=3
-pkgdesc="Latest Tencent TIM (com.qq.office) on Deepin Wine For Archlinux"
+pkgdesc="Tencent TIM (com.qq.office) on Deepin Wine For Archlinux"
arch=("x86_64")
url="http://tim.qq.com/"
license=('custom')
@@ -21,7 +21,7 @@ source=("$_mirror/pool/non-free/d/deepin.com.qq.office/deepin.com.qq.office_${de
"update.policy")
md5sums=('3d2b0f0449a8ba9297974e5a06df959b'
'9d228e78e544b6b5f103de233d169240'
- '11f0b230e0acf1f0c6e4bde590b6abb2'
+ 'ef83e85c848bd5e02df6c86e29241c7f'
'ebde755e3bd213550f5ccc69d3192060'
'a66646b473a3fbad243ac1afd64da07a')
diff --git a/run.sh b/run.sh
index 380b940916e2..ff8ce4fb4d11 100755
--- a/run.sh
+++ b/run.sh
@@ -8,7 +8,6 @@
WINEPREFIX="$HOME/.deepinwine/Deepin-TIM"
APPDIR="/opt/deepinwine/apps/Deepin-TIM"
APPVER="2.1.5"
-TIMVER="2.1.5"
APPTAR="files.7z"
PACKAGENAME="com.qq.tim"
@@ -24,7 +23,7 @@ CallApp()
if [ ! -f $WINEPREFIX/reinstalled ]
then
touch $WINEPREFIX/reinstalled
- env WINEPREFIX=$WINEPREFIX wine $APPDIR/TIM$TIMVER.exe
+ env WINEPREFIX=$WINEPREFIX wine $APPDIR/TIM$APPVER.exe
else
bash "$WINEPREFIX/drive_c/deepin/EnvInit.sh"
fi