summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-02-16 12:22:47 +0800
committerzxp198210052023-02-16 12:22:47 +0800
commitb326df7cfe6069d75df54a32a4c8c6199491c2a7 (patch)
tree8fd5b87769b55ddf58a81690da15726a3ca384f8
parent206a6706421afca32229ee5e05f3ac43ecf812e1 (diff)
downloadaur-b326df7cfe6069d75df54a32a4c8c6199491c2a7.tar.gz
update optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52801dfe6ccd..11fa057c5edd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,8 +10,8 @@ pkgbase = deepin-wine-welink
depends = spark-dwine-helper
depends = spark-transhell
depends = xdg-utils
- depends = wqy-microhei
- depends = wqy-zenhei
+ optdepends = wqy-microhei
+ optdepends = wqy-zenhei
provides = Huawei
source = https://mirrors.sdu.edu.cn/spark-store-repository/store/chat/com.huaweicloud.welink.spark/com.huaweicloud.welink.spark_7.21.3.403_i386.deb
source = WeLink-7.25.5.437.exe::https://nginx-obs-bj4.obs.cn-north-4.myhuaweicloud.com/WeLink_setup.exe
diff --git a/PKGBUILD b/PKGBUILD
index 7715fe84af1a..55836b33183d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,10 +15,11 @@ depends=(
'spark-dwine-helper'
'spark-transhell'
'xdg-utils'
+ )
+optdepends=(
'wqy-microhei'
'wqy-zenhei'
)
-optdepends=( )
conflicts=()
provides=("Huawei")
install="${pkgname}.install"