From 1a18baf49681ce0ef718f00585c2f4cfa53d91b9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 7 Jul 2015 07:54:26 +0200 Subject: [PATCH] qupzilla: needs qt5-plugin-sqlite at runtime. --- srcpkgs/qupzilla/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/qupzilla/template b/srcpkgs/qupzilla/template index 9278d0361d6..70da2455ba7 100644 --- a/srcpkgs/qupzilla/template +++ b/srcpkgs/qupzilla/template @@ -1,12 +1,13 @@ # Template file for 'qupzilla' pkgname=qupzilla version=1.8.6 -revision=2 +revision=3 wrksrc=QupZilla-${version} build_style=gnu-makefile make_install_args="INSTALL_ROOT=\${DESTDIR}" hostmakedepends="pkg-config" makedepends="qt5-devel qt5-script-devel qt5-tools-devel qt5-webkit-devel" +depends="qt5-plugin-sqlite" short_desc="Lightweight multiplatform browser" maintainer="Jürgen Buchmüller " license="GPL-3"