Date: Saturday, January 5, 2019 @ 14:30:27 Author: jelle Revision: 343001
upgpkg: gnome-builder 3.30.2-2 FS#49296 add python-lxml as optional dep. Modified: gnome-builder/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-05 14:27:46 UTC (rev 343000) +++ PKGBUILD 2019-01-05 14:30:27 UTC (rev 343001) @@ -2,7 +2,7 @@ pkgname=gnome-builder pkgver=3.30.2 -pkgrel=1 +pkgrel=2 pkgdesc="An IDE for writing GNOME-based software" url="https://wiki.gnome.org/Apps/Builder" arch=(x86_64) @@ -13,7 +13,8 @@ makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools appstream-glib vala git mm-common meson) checkdepends=(xorg-server-xvfb) -optdepends=('gnome-code-assistance: Legacy assistance services') +optdepends=('gnome-code-assistance: Legacy assistance services' + 'python-lxml: documentation support for Python auto-completion') groups=(gnome-extra) _commit=9b6992211f6edbbab7162c44a10ffe86de5eca6e # tags/3.30.2^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit")
