summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorchih2017-12-18 22:22:45 +0800
committerchih2017-12-18 22:22:45 +0800
commit545d222cdccc30024c4035b5161b6c42c8f9df23 (patch)
treecfe9c7a27eed27551f19afffd4d07ca7121682c2 /PKGBUILD
parent55307f7605b37b26dc91eb8be4dee28a650aca84 (diff)
downloadaur-545d222cdccc30024c4035b5161b6c42c8f9df23.tar.gz
update depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58d556a529f5..a9bdc3d79cd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url='https://github.com/trazyn/weweChat'
license=('MIT')
_rpmname="wewechat-${pkgver}-linux-x86_64.rpm"
-depends=('libxtst' 'gtk2' 'gconf' 'libxss' 'nss' 'python' 'alsa-lib' 'java-environment')
+depends=('libappindicator-gtk2' 'gconf' 'libindicator-gtk2' 'libnotify' 'libxss' 'libxtst')
makedepends=()
options=()
source=("https://github.com/trazyn/weweChat/releases/download/v${pkgver}/${_rpmname}")