diff options
author | witt | 2024-10-12 09:42:04 +0800 |
---|---|---|
committer | witt | 2024-10-12 09:42:04 +0800 |
commit | ee8a15d465bcbd49bfbe93d2ee1be248281d2dc9 (patch) | |
tree | 98515bb745e64a95a440c3ef376ab2a6fba95fef /PKGBUILD | |
parent | 01f2541a7f67015f645a0c2e39a9789cd2a6276a (diff) | |
download | aur-todesk-bin.tar.gz |
fix: add depends noto-fonts-cjk 、wget
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -5,14 +5,15 @@ pkgname=todesk-bin _pkgname=${pkgname%-bin} _binaryname=ToDesk pkgver=4.7.2.0 -pkgrel=5 +pkgrel=6 pkgdesc="Remote control and team work" arch=('x86_64' 'aarch64') url="https://www.todesk.com/" license=('custom') depends=('gtk3' - 'libappindicator-gtk3') -makedepends=('tar') + 'libappindicator-gtk3' + 'noto-fonts-cjk') +makedepends=('wget' 'tar') provides=("${_pkgname}") conflicts=("${_pkgname}") # !strip: strip could generate error. |