From 0cc1be8d8df163f2352bc22c0e91acc7cdac021b Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Mon, 30 Apr 2018 15:35:44 +0200 Subject: [PATCH] git-cola: depends on qt5 --- srcpkgs/git-cola/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template index 740cab52609..1914ac7e162 100644 --- a/srcpkgs/git-cola/template +++ b/srcpkgs/git-cola/template @@ -1,11 +1,11 @@ # Template file for 'git-cola' pkgname=git-cola version=3.1 -revision=1 +revision=2 build_style=python2-module noarch=yes hostmakedepends="python" -depends="git python-PyQt4" +depends="git python-PyQt5" short_desc="Highly caffeinated Git GUI" maintainer="Andrea Brancaleoni " license="GPL-2"