[arch-commits] Commit in packagekit/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Thu Mar 19 14:26:09 UTC 2015


    Date: Thursday, March 19, 2015 @ 15:26:09
  Author: eworm
Revision: 129580

fix makedepends

optdepends are not added to makedepends automatically...

Modified:
  packagekit/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-19 14:07:41 UTC (rev 129579)
+++ PKGBUILD	2015-03-19 14:26:09 UTC (rev 129580)
@@ -10,7 +10,8 @@
 url='http://www.packagekit.org/'
 license=('GPL')
 depends=('dbus-glib' 'pacman>=4.2.0' 'polkit' 'shared-mime-info' 'sqlite')
-makedepends=('gobject-introspection' 'gtk-doc' 'intltool')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
+	'networkmanager' 'bash-completion')
 optdepends=('networkmanager: detect connection status'
 	'bash-completion: command completion in bash')
 install='packagekit.install'



More information about the arch-commits mailing list