summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbtd13372018-07-20 16:13:58 -0300
committerMaxime Gauduin2018-07-20 21:13:58 +0200
commitfa7ee2df6c752b31d5fb0ecd977d20ae0ea32b7a (patch)
tree812dde587b197501c943a2e69482946c39d2f30c /PKGBUILD
parent527bcf085b09040d98f222e5710bbdd5928c14cd (diff)
downloadaur-fa7ee2df6c752b31d5fb0ecd977d20ae0ea32b7a.tar.gz
Fix wingpanel-indicator-network crashing (#78)
* Fix wingpanel-indicator-network crashing * Fix cmake-modules-elementary-git install fails and add temporary linux files into gitignore * Fix dependencies sort * Remove changes in cmake-modules-elementary * Update .SRCINFO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9794be8e23a..724293e935a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ arch=('x86_64')
url='https://github.com/elementary/wingpanel-indicator-network'
license=('GPL3')
groups=('pantheon-unstable')
-depends=('glib2' 'glibc' 'gtk3' 'libgee' 'libnm-glib' 'nm-connection-editor'
+depends=('glib2' 'glibc' 'gtk3' 'libgee' 'libnm-glib' 'networkmanager'
+ 'nm-connection-editor'
'libgranite.so' 'libwingpanel-2.0.so')
makedepends=('cmake' 'git' 'granite-git' 'vala' 'wingpanel-git')
provides=('wingpanel-indicator-network')