summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwxg4dev2017-07-08 14:42:53 +0800
committerwxg4dev2017-07-08 14:42:53 +0800
commitc152b0b984cb8136f361be57def1c537bb84f6ad (patch)
tree2f89eb737d1086f4b876ee7f646587bee3e9b885
parent33a64c9ad801803e9cb7a4821c702848adb9ccb5 (diff)
downloadaur-c152b0b984cb8136f361be57def1c537bb84f6ad.tar.gz
fixed dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ccaff06b6102..b2948caac549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/Yufeikang/bcloud"
arch=('any')
license=('GPL3')
makedepends=('git')
-depends=('python' 'python-keyring' 'python-urllib3' 'python-gobject' 'python-dbus' 'python-cssselect' 'python-lxml' 'python-crypto' 'webkitgtk' 'python-pyinotify')
+depends=('python' 'python-keyring' 'python-urllib3' 'python-gobject' 'python-dbus' 'python-cssselect' 'python-lxml' 'python-crypto' 'webkitgtk' 'python-pyinotify' 'libappindicator-gtk3' 'libnotify')
source=("${pkgname}"::'git+https://github.com/Yufeikang/bcloud.git')
md5sums=(SKIP)
conflicts=("bcloud")