Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
git-town
Commits:
9181db55 by Caleb Maclennan at 2026-01-27T10:43:17+03:00
upgpkg: 22.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = git-town
pkgdesc = Generic, high-level Git workflow support
- pkgver = 22.4.0
+ pkgver = 22.5.0
pkgrel = 1
url = https://github.com/git-town/git-town
arch = x86_64
license = MIT
makedepends = go
depends = git
- source =
https://github.com/git-town/git-town/archive/v22.4.0/git-town-22.4.0.tar.gz
- sha256sums =
5c4e87257874b5fa3e756cd8a81a984b3a931261ed90b48f0d9b74b1b13c8b80
+ source =
https://github.com/git-town/git-town/archive/v22.5.0/git-town-22.5.0.tar.gz
+ sha256sums =
96c79b1f15625d0604c8b7f0d41ab8d079ca5c227e890261ea9e3cc5897a9d21
pkgname = git-town
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Allonsy < linuxbash8 [at@at] gmail [dot.dot] com >
pkgname=git-town
-pkgver=22.4.0
+pkgver=22.5.0
pkgrel=1
pkgdesc='Generic, high-level Git workflow support'
url="https://github.com/$pkgname/$pkgname"
@@ -12,7 +12,7 @@ depends=(git)
makedepends=(go)
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('5c4e87257874b5fa3e756cd8a81a984b3a931261ed90b48f0d9b74b1b13c8b80')
+sha256sums=('96c79b1f15625d0604c8b7f0d41ab8d079ca5c227e890261ea9e3cc5897a9d21')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-town/-/commit/9181db551ea09cd646b34df00732e822049d382f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-town/-/commit/9181db551ea09cd646b34df00732e822049d382f
You're receiving this email because of your account on gitlab.archlinux.org.