diff --git a/srcpkgs/qgit/template b/srcpkgs/qgit/template index 7b9de0759c9..e4dcd3e5585 100644 --- a/srcpkgs/qgit/template +++ b/srcpkgs/qgit/template @@ -1,9 +1,9 @@ # Template file for 'qgit' pkgname=qgit -version=2.8 -revision=2 -build_style=cmake +version=2.9 +revision=1 wrksrc="${pkgname}-${pkgname}-${version}" +build_style=cmake makedepends="qt5-devel" depends="git" short_desc="Qt-based Git GUI" @@ -11,7 +11,7 @@ maintainer="Matthias von Faber " license="GPL-2.0-or-later" homepage="https://github.com/tibirna/qgit" distfiles="${homepage}/archive/${pkgname}-${version}.tar.gz" -checksum=a6751181bde2ff9f3a097694e5c42db689633028b178595f66909d6585cad514 +checksum=69788efda7d434d1bc094bb414bd92c269dc7894326320634500b05d63c008e8 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake"