Date: Thursday, April 16, 2015 @ 11:41:45 Author: bgyorgy Revision: 131466
Replace gobject-introspection dep with runtime Modified: cjs/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-04-16 09:38:29 UTC (rev 131465) +++ PKGBUILD 2015-04-16 09:41:45 UTC (rev 131466) @@ -9,8 +9,8 @@ arch=(i686 x86_64) url="https://github.com/linuxmint/cjs" license=(GPL) -depends=(cairo gobject-introspection js dbus-glib) -makedepends=(gnome-common python2) +depends=(cairo gobject-introspection-runtime js dbus-glib) +makedepends=(gnome-common python2 gobject-introspection) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz") sha256sums=('1310a2bfdebd6a50a09718abf3627daab097233781757509121257445e0423e3')
