Date: Friday, January 26, 2018 @ 12:30:09 Author: heftig Revision: 315465
3.16.1+12+g5418ece-1 Modified: gnome-code-assistance/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-26 10:35:06 UTC (rev 315464) +++ PKGBUILD 2018-01-26 12:30:09 UTC (rev 315465) @@ -2,24 +2,21 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-code-assistance -pkgver=3.16.1+6+ga46522a +pkgver=3.16.1+12+g5418ece pkgrel=1 pkgdesc="Code assistance services for GNOME" arch=(x86_64) url="https://wiki.gnome.org/Projects/CodeAssistance" license=(GPL3) -depends=(python-dbus python-gobject) -makedepends=(intltool gobject-introspection llvm clang ruby-dbus gjs vala libgee go-pie python-pylint - gnome-common git) +depends=(libgee python-dbus python-gobject python-pylint python-pyflakes python-pycodestyle + python-lxml python-simplejson ruby-dbus ruby-sass) +makedepends=(intltool gobject-introspection llvm clang gjs vala go-pie gnome-common git) optdepends=('clang: Assistance for C and C++' - 'ruby-dbus: Assistance for Ruby and CSS' 'gjs: Assistance for JavaScript' 'vala: Assistance for Vala' - 'libgee: Assistance for Vala' - 'go: Assistance for Go' - 'python-pylint: Assistance for Python') + 'go: Assistance for Go') groups=(gnome-extra) -_commit=a46522ac93b0ff046a80b3672a51e2d20ac8d295 # master +_commit=5418ece7e268d6a66cad3e9da0659eb26203febc # master source=("git+https://git.gnome.org/browse/gnome-code-assistance#commit=$_commit") sha256sums=('SKIP')
