mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
qgit: update to 2.9
This commit is contained in:
parent
7516168ee1
commit
33699c09a0
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'qgit'
|
# Template file for 'qgit'
|
||||||
pkgname=qgit
|
pkgname=qgit
|
||||||
version=2.8
|
version=2.9
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
|
build_style=cmake
|
||||||
makedepends="qt5-devel"
|
makedepends="qt5-devel"
|
||||||
depends="git"
|
depends="git"
|
||||||
short_desc="Qt-based Git GUI"
|
short_desc="Qt-based Git GUI"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Matthias von Faber <mvf@gmx.eu>"
|
||||||
license="GPL-2.0-or-later"
|
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=a6751181bde2ff9f3a097694e5c42db689633028b178595f66909d6585cad514
|
checksum=69788efda7d434d1bc094bb414bd92c269dc7894326320634500b05d63c008e8
|
||||||
|
|
||||||
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