summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2017-05-01 15:38:37 +0200
committerMaxime Gauduin2017-05-01 15:38:37 +0200
commit65f5d0ed3b63cc452e3b9f2b83cca7cf86912543 (patch)
treee85166e15e01265048dd7f8e61c9d49d1f3fd96a /PKGBUILD
parentf3b92c91a850dec171d0bf1477da8bc44b1619d2 (diff)
downloadaur-65f5d0ed3b63cc452e3b9f2b83cca7cf86912543.tar.gz
Fix depends and makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a021360880fa..7311ad7a157f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ arch=('i686' 'x86_64')
url='https://github.com/elementary/switchboard'
license=('GPL3')
groups=('pantheon-unstable')
-depends=('clutter-gtk' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libgee' 'wayland'
+depends=('clutter-gtk' 'glib2' 'glibc' 'gtk3' 'libgee'
'libgranite.so')
-makedepends=('bzr' 'cmake' 'granite-git' 'intltool' 'vala')
+makedepends=('cmake' 'git' 'granite-git' 'intltool' 'vala')
optdepends=('switchboard-plug-about-bzr: About plug'
'switchboard-plug-default-applications-bzr: Default applications plug'
'switchboard-plug-elementary-tweaks-bzr: Elementary tweaks plug'