summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052023-08-31 18:06:17 +0800
committerzxp198210052023-08-31 18:06:17 +0800
commit0e53fae1ea813578a0635f163a75d06c3e380649 (patch)
tree0fd27faa1e52aef1042ec62c80397b8253b71ae3 /PKGBUILD
parentf52944bd6deb2b1aa8356e361702239b9e8b0547 (diff)
downloadaur-0e53fae1ea813578a0635f163a75d06c3e380649.tar.gz
update to 4.19.4.1001
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f75f78976f0..f07536dfe972 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
_officalname=mailmaster
pkgname="deepin-wine-${_officalname}"
-pkgver=4.19.2.1004
+pkgver=4.19.4.1001
_sparkname="com.163.dashi.${_officalname}.spark"
_sparkver=4.18.1.1006
pkgrel=1
@@ -12,23 +12,21 @@ license=('custom:freeware')
depends=('deepin-wine6-stable' 'spark-dwine-helper' 'xdg-utils' 'hicolor-icon-theme' 'glibc' 'libx11' 'gcc-libs' 'sh')
optdepends=('wqy-microhei' 'wqy-zenhei')
conflicts=()
-provides=("Netease")
install="${pkgname}.install"
-source=("${_sparkname}-${_sparkver}.deb::https://mirrors.sdu.edu.cn/spark-store-repository/store/network/${_sparkname}/${_sparkname}_${_sparkver}_i386.deb"
+source=("${_sparkname}-${_sparkver}.deb::https://mirrors.sdu.edu.cn/spark-store-repository/store/network/${_sparkname}/${_sparkname}_${_sparkver}-1_all.deb"
"${_officalname}-${pkgver}.exe::https://res.126.net/dl/client/pcmail/dashi/mail.exe"
"LICENSE.html::https://mail.163.com/html/agreement/doc.html"
"${pkgname}.install"
"fake_simsun.ttc::https://images.xuthus.cc/images/fake_simsun.ttc"
"run.sh")
-sha256sums=('fe1c70aeb9a8007c8cdcb0e63298c0c69c590af963c365fea22194a4ad1b77d5'
- '6c9bad53f03c3c21fef085ea1280867ebe1ab3e0e660e4ce91cab433dbc31c1d'
- 'a0cda3796e8d0d932eadc0e588dd7422183a55969c48316a01df7ff6aff1580a'
+sha256sums=('65e8ba5f2e958382e38a8cf8b04de466fe329eb563254f5bd176afc8105966ed'
+ 'c0da7ca48c945f71f2b8fb6b441d8d6730e8b8110a61d9ef5ba613b1d6da19f0'
+ '8ec2318da6f512f89dbee747fcbd233f552134da98c204c4ac682400341732fc'
'cb8eb7ef4af1cc2e9f87a0aeb44cc0642c918615a237bd75852788aea654a76f'
'3e2ed9203a5ce3b2f00b6c942d8fac6b24e7a6e7b1ebc863cee2e27d3ff487db'
- 'fad8a805bebeaacf09f6ac9c3fe1348314729f28ab906215c28470f2536676f3')
-
+ '0e0c2abb40e0cddc52c0fdff22db407714acaaa490e410087e0760c87099938c')
prepare() {
- bsdtar -xf data.tar.xz
+ bsdtar -xf "${srcdir}/data.tar.xz"
mv "${srcdir}/opt/apps/${_sparkname}" "${srcdir}/opt/apps/${pkgname}"
mkdir -p "${srcdir}/tmp"
msg "Extracting Deepin Wine ${_officalname} archive ..."