mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
qgit: update to 2.8.
Closes #14623. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
1113ebb0db
commit
16eb870f26
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qgit'
|
# Template file for 'qgit'
|
||||||
pkgname=qgit
|
pkgname=qgit
|
||||||
version=2.7
|
version=2.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
|
@ -8,10 +8,10 @@ makedepends="qt5-devel"
|
||||||
depends="git"
|
depends="git"
|
||||||
short_desc="Qt-based Git GUI"
|
short_desc="Qt-based Git GUI"
|
||||||
maintainer="Matthias von Faber <mvf@gmx.eu>"
|
maintainer="Matthias von Faber <mvf@gmx.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/tibirna/qgit"
|
homepage="https://github.com/tibirna/qgit"
|
||||||
distfiles="${homepage}/archive/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=183d116b2fb38c6a76c99577f6cc86f0241f8b6bdc74042be4cb8631567f5e9e
|
checksum=792cf639fbf02eb5ec7e76d05a290062982c142355b65de873cce05e90b8a112
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
||||||
|
|
Loading…
Add table
Reference in a new issue