summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJingrong Chen2020-03-27 15:50:44 +0800
committerJingrong Chen2020-03-27 15:50:44 +0800
commitb7b920ccb5478d79c8f9a471d4d3f0ce5646501f (patch)
treef2b993d1d82c605a4493ab28d11a9cfb0046c90f /PKGBUILD
parenta2ef936e08d2ce63ff11ddf1ab2b730f6170610c (diff)
downloadaur-b7b920ccb5478d79c8f9a471d4d3f0ce5646501f.tar.gz
update pkg depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3dfe9be4d889..f2ee87ec411c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=dingtalk-electron
_pkgname=${pkgname//-/_}
pkgver=2.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="钉钉Linux版本"
arch=('x86_64')
url="https://github.com/nashaofu/dingtalk#readme"
license=('MIT')
-depends=('gconf' 'libnotify' 'libappindicator-sharp' 'libxtst' 'nss' 'libxss')
+depends=('gconf' 'at-spi2-core' 'gtk3' 'libnotify' 'xdg-utils' 'libutil-linux' 'libappindicator-gtk3' 'libxtst' 'nss' 'libxss' 'libsecret')
source=("https://github.com/nashaofu/dingtalk/releases/download/v${pkgver}/dingtalk-${pkgver}-latest-amd64.deb")
package() {