summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYour Name2021-05-07 11:04:26 +0800
committerYour Name2021-05-07 11:04:26 +0800
commit631b21708cdcd37342b7f9e28f930dad9ccbfb71 (patch)
tree1d049d8e384f5ab1af035de734477834e918f5f9 /PKGBUILD
parentaa295fb842a2beffecedc40020ba905e62689b0b (diff)
downloadaur-631b21708cdcd37342b7f9e28f930dad9ccbfb71.tar.gz
Update 6.0.0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 071de2a272e6..7445eca405eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributer: abcfy2 <abcfy2@163.com>
pkgname='deepin-wine6-stable'
-pkgver=6.0.0.6
+pkgver=6.0.0.7
pkgrel=1
pkgdesc="Deepin Wine6 stable"
arch=('i686' 'x86_64')
@@ -18,13 +18,13 @@ depends=(
)
makedepends=('tar' 'p7zip')
source=(
- "http://community-store.deepin.com/appstore/apricot/pool/appstore/c/com.qq.weixin.work.deepin/com.qq.weixin.work.deepin_3.1.6.3605deepin3_i386.deb"
+ "http://community-store.deepin.com/appstore/apricot/pool/appstore/c/com.qq.weixin.deepin/com.qq.weixin.deepin_3.2.1.154deepin8_i386.deb"
)
-sha256sums=('13fb8400ae9a7983ba065001695161574e79670dcdee3950f31c5068d8814f94')
+sha256sums=('889b065178b6dec153e3836c636cfd404b82fed95092f905f922df4c2ffd4c0e')
package() {
cd ${srcdir}
tar xpvf data.tar.xz --xattrs-include='*' --numeric-owner
install -d ${pkgdir}/usr/lib/deepin-wine6-stable
- 7z x -o${pkgdir}/usr/lib/deepin-wine6-stable opt/apps/com.qq.weixin.work.deepin/files/wine_archive.7z
+ 7z x -o${pkgdir}/usr/lib/deepin-wine6-stable opt/apps/com.qq.weixin.deepin/files/wine_archive.7z
}