summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2021-12-16 14:40:50 +0800
committertaotieren2021-12-16 14:40:50 +0800
commit79abfd2d9e78d20a5c3641021228900715a5f6a9 (patch)
tree26517bfcb889602abd3dabc16b9063a7ede56c8f
parent925e401cdbcdc832cbdea45eb4b4b46cf8eb3ecd (diff)
downloadaur-79abfd2d9e78d20a5c3641021228900715a5f6a9.tar.gz
update 2.2.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 294ecc6dc83a..f4b8146c681a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = aliyundrive-wine
pkgdesc = Wine 阿里云盘
- pkgver = 2.2.4
+ pkgver = 2.2.8
pkgrel = 1
url = https://www.aliyundrive.com
install = aliyundrive-wine.install
arch = any
license = unknow
depends = wine
- depends = wqy-zenhei
+ depends = wqy-microhei
optdepends = wine-mono-gecko-version-fix: Fix the version numbers of wine-mono and wine-gecko files to solve the dialog box that pops up when starting wine.
provides = aliyundrive-wine
conflicts = aliyundrive-wine
options = !strip
- source = aDrive.exe::https://yunpan.aliyun.com/downloads/apps/desktop/aDrive.exe
+ source = aDrive-2.2.8.exe::https://yunpan.aliyun.com/downloads/apps/desktop/aDrive.exe
source = aliyundrive-wine.install
- sha256sums = d325f74bee6fbcd4277b619147ea978bb50cf137939115515a788dd3447b31fd
+ sha256sums = 5ac6ec57ede7c4b31aaeb4b193507f95cd3f6ac8bc51b78b9140aa4fd42dcb14
sha256sums = f5674719ec03e4f2d701241338f967d740b31f5c0173ba85882c3f1342350d63
pkgname = aliyundrive-wine
diff --git a/PKGBUILD b/PKGBUILD
index 082fc4e04e76..2a8de2d77e58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: taotieren <admin@taotieren.com>
pkgname=aliyundrive-wine
-pkgver=2.2.4
+pkgver=2.2.8
pkgrel=1
pkgdesc="Wine 阿里云盘"
arch=('any')
@@ -10,21 +10,21 @@ license=('unknow')
provides=(${pkgname})
conflicts=(${pkgname})
replaces=()
-depends=('wine' 'wqy-zenhei')
+depends=('wine' 'wqy-microhei')
makedepends=()
optdepends=("wine-mono-gecko-version-fix: Fix the version numbers of wine-mono and wine-gecko files to solve the dialog box that pops up when starting wine.")
backup=()
options=('!strip')
install=${pkgname}.install
-source=("aDrive.exe::https://yunpan.aliyun.com/downloads/apps/desktop/aDrive.exe"
+source=("aDrive-${pkgver}.exe::https://yunpan.aliyun.com/downloads/apps/desktop/aDrive.exe"
"${pkgname}.install")
-sha256sums=('d325f74bee6fbcd4277b619147ea978bb50cf137939115515a788dd3447b31fd'
+sha256sums=('5ac6ec57ede7c4b31aaeb4b193507f95cd3f6ac8bc51b78b9140aa4fd42dcb14'
'f5674719ec03e4f2d701241338f967d740b31f5c0173ba85882c3f1342350d63')
noextract=()
prepare() {
- _ftname="wqy-zenhei.ttc"
+ _ftname="wqy-microhei.ttc"
install -Dm0644 /dev/stdin "${srcdir}/regpatch.reg" << EOF
REGEDIT4
@@ -114,7 +114,7 @@ package() {
install -dm0755 "${pkgdir}/${_aliyun}" \
"${pkgdir}/usr/share/pixmaps"
- cp -rv "${srcdir}/${_drive}.exe" "${pkgdir}/${_aliyun}/${_drive}.exe"
+ cp -rv "${srcdir}/${_drive}-${pkgver}.exe" "${pkgdir}/${_aliyun}/${_drive}.exe"
cp -r "${srcdir}/regpatch.reg" "${pkgdir}/${_aliyun}/regpatch.reg"
install -Dm0755 /dev/stdin "${pkgdir}/usr/bin/${pkgname%-wine}" << EOF