Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
qgit
Commits:
78209a87 by Caleb Maclennan at 2025-04-27T13:36:09+03:00
upgpkg: 2.11-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qgit
pkgdesc = A GIT GUI viewer built on Qt/C++
- pkgver = 2.10
- pkgrel = 3
+ pkgver = 2.11
+ pkgrel = 1
url = https://github.com/tibirna/qgit
arch = x86_64
license = GPL
@@ -11,7 +11,7 @@ pkgbase = qgit
depends = qt5-base
depends = qt5-svg
optdepends = source-highlight
- source = git+https://github.com/tibirna/qgit.git#tag=qgit-2.10
- sha256sums =
7fecc8288ca516d01a87b50c5411dcc126638cae53b2694421fe347c88dc4f7d
+ source = git+https://github.com/tibirna/qgit.git#tag=qgit-2.11
+ sha256sums =
fbee98c360583a25efe2c85685f506899e7f54a70822abdc2591a444265c3724
pkgname = qgit
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
# Contributor: Dan McGee <[email protected]>
pkgname=qgit
-pkgver=2.10
-pkgrel=3
+pkgver=2.11
+pkgrel=1
pkgdesc='A GIT GUI viewer built on Qt/C++'
url="https://github.com/tibirna/$pkgname"
arch=(x86_64)
@@ -18,7 +18,7 @@ depends=(git
qt5-svg)
optdepends=(source-highlight)
source=("git+$url.git#tag=$pkgname-$pkgver")
-sha256sums=('7fecc8288ca516d01a87b50c5411dcc126638cae53b2694421fe347c88dc4f7d')
+sha256sums=('fbee98c360583a25efe2c85685f506899e7f54a70822abdc2591a444265c3724')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qgit/-/commit/78209a874b2b9b8e896b14b558d3c178b7fc18a4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qgit/-/commit/78209a874b2b9b8e896b14b558d3c178b7fc18a4
You're receiving this email because of your account on gitlab.archlinux.org.