mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
git-cola: depends on qt5
This commit is contained in:
parent
68dad8f21b
commit
0cc1be8d8d
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'git-cola'
|
# Template file for 'git-cola'
|
||||||
pkgname=git-cola
|
pkgname=git-cola
|
||||||
version=3.1
|
version=3.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
noarch=yes
|
noarch=yes
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
depends="git python-PyQt4"
|
depends="git python-PyQt5"
|
||||||
short_desc="Highly caffeinated Git GUI"
|
short_desc="Highly caffeinated Git GUI"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue