[arch-commits] Commit in qgit/trunk (PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Tue Feb 15 06:26:35 UTC 2022
Date: Tuesday, February 15, 2022 @ 06:26:35
Author: alerque
Revision: 1133321
upgpkg: qgit 2.10-1
Modified:
qgit/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-15 06:22:51 UTC (rev 1133320)
+++ PKGBUILD 2022-02-15 06:26:35 UTC (rev 1133321)
@@ -1,11 +1,12 @@
# Maintainer: schuay <jakob.gruber at gmail.com>
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
# Contributor: Andrea Scarpino <andrea at archlinux.org>
# Contributor: Allan McRae <allan at archlinux.org>
# Contributor: Dan McGee <dan at archlinux.org>
pkgname=qgit
-pkgver=2.9
-pkgrel=2
+pkgver=2.10
+pkgrel=1
pkgdesc="A GIT GUI viewer built on Qt/C++"
url='https://github.com/tibirna/qgit'
arch=('x86_64')
@@ -14,6 +15,7 @@
depends=('qt5-base' 'git' 'hicolor-icon-theme')
optdepends=('source-highlight')
source=("${pkgname}::git+https://github.com/tibirna/qgit.git#tag=${pkgname}-${pkgver}")
+md5sums=('SKIP')
build() {
cd ${pkgname}
@@ -26,5 +28,3 @@
cd ${pkgname}/build
make DESTDIR="${pkgdir}" install
}
-
-md5sums=('SKIP')
More information about the arch-commits
mailing list