summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2021-06-12 22:52:08 +0800
committerYour Name2021-06-12 22:52:08 +0800
commit6d630285e01b9fbe187bfa700403dc6c86a478a4 (patch)
tree92f698b21322a77a577800f23516a7ac7958e719
parentbf0d661fb7a52c671f8db78b174b0fca58258bc8 (diff)
downloadaur-6d630285e01b9fbe187bfa700403dc6c86a478a4.tar.gz
Update 5.1.23
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f27fadb4caad..57e0ac0389f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deepin-wine-helper-full
pkgdesc = Deepin Wine helper
- pkgver = 5.1.19
+ pkgver = 5.1.23
pkgrel = 1
url = http://www.deepin.org
arch = i686
@@ -8,9 +8,9 @@ pkgbase = deepin-wine-helper-full
license = Proprietary
makedepends = tar
makedepends = p7zip
- provides = deepin-wine-helper=5.1.19
+ provides = deepin-wine-helper=5.1.23
conflicts = deepin-wine-helper
- source = http://community-store.deepin.com/appstore/apricot/pool/appstore/c/com.tencent.meeting.deepin/com.tencent.meeting.deepin_2.8.7.400deepin2_i386.deb
- sha256sums = a738cddcfdf54595145676c402733eb5e9df2bde733615aa811e765e4fcb2d45
+ source = http://community-store.deepin.com/appstore/apricot/pool/appstore/c/com.jiakaobaodian.deepin/com.jiakaobaodian.deepin_8.2.5deepin1_i386.deb
+ sha256sums = 3f4463343287336dfe1c20a6ad2bb664098b85b86a58da31dfb5aa2f64d6c189
pkgname = deepin-wine-helper-full
diff --git a/PKGBUILD b/PKGBUILD
index a688fd26f543..6885b60aabd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributer: abcfy2 <abcfy2@163.com>
pkgname='deepin-wine-helper-full'
-pkgver=5.1.19
+pkgver=5.1.23
pkgrel=1
pkgdesc="Deepin Wine helper"
arch=('i686' 'x86_64')
@@ -10,15 +10,15 @@ provides=("deepin-wine-helper=$pkgver")
conflicts=("deepin-wine-helper")
makedepends=('tar' 'p7zip')
source=(
- "http://community-store.deepin.com/appstore/apricot/pool/appstore/c/com.tencent.meeting.deepin/com.tencent.meeting.deepin_2.8.7.400deepin2_i386.deb"
+ "http://community-store.deepin.com/appstore/apricot/pool/appstore/c/com.jiakaobaodian.deepin/com.jiakaobaodian.deepin_8.2.5deepin1_i386.deb"
)
-sha256sums=('a738cddcfdf54595145676c402733eb5e9df2bde733615aa811e765e4fcb2d45')
+sha256sums=('3f4463343287336dfe1c20a6ad2bb664098b85b86a58da31dfb5aa2f64d6c189')
package() {
cd ${srcdir}
tar xpvf data.tar.xz --xattrs-include='*' --numeric-owner
install -d ${pkgdir}/opt/deepinwine/tools
- 7z x -o${pkgdir}/opt/deepinwine/tools opt/apps/com.tencent.meeting.deepin/files/helper_archive.7z
+ 7z x -o${pkgdir}/opt/deepinwine/tools opt/apps/com.jiakaobaodian.deepin/files/helper_archive.7z
cd ${pkgdir}/opt/deepinwine/tools
sed -i -e '/CallApp()/{n;n;d}' run_v3.sh
}