summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLubosz Sarnecki2020-06-15 09:20:32 +0200
committerLubosz Sarnecki2020-06-15 09:20:32 +0200
commitd0323fe1599fdab839eb38b4dde19a5a7cabdb52 (patch)
treec521f154c1171d9516ca7559e06eecb4019dc31c /PKGBUILD
parent121205def3a3c9e786062cd89f089c6081c49c52 (diff)
downloadaur-d0323fe1599fdab839eb38b4dde19a5a7cabdb52.tar.gz
add missing makedepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 590f4ef9feab..1dcbd0c02eba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgdesc='Allow applications to extend a menu via Ayatana indicators in Unity, KD
url='https://launchpad.net/libappindicator'
arch=('x86_64')
license=('LGPL2.1' 'LGPL3')
-makedepends=('dbus-glib' 'gobject-introspection' 'libdbusmenu-gtk3' 'libindicator-gtk3' 'vala' 'gnome-common' 'gtk-sharp-2' 'gtk-sharp-3' 'perl-xml-libxml')
+makedepends=('dbus-glib' 'gobject-introspection' 'libdbusmenu-gtk3' 'libindicator-gtk3' 'vala' 'gnome-common' 'gtk-sharp-2' 'gtk-sharp-3' 'perl-xml-libxml' 'bzr' 'automake')
depends=('libdbusmenu-gtk3')
options=('!emptydirs')
source=('bzr+lp:libappindicator')