Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
git-town
Commits:
49289c51 by Caleb Maclennan at 2026-03-02T16:34:01+03:00
upgpkg: 22.6.0-1
- - - - -
5 changed files:
- .SRCINFO
- + LICENSE
- + LICENSES/0BSD.txt
- PKGBUILD
- + REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = git-town
pkgdesc = Generic, high-level Git workflow support
- pkgver = 22.5.0
+ pkgver = 22.6.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.5.0/git-town-22.5.0.tar.gz
- sha256sums =
96c79b1f15625d0604c8b7f0d41ab8d079ca5c227e890261ea9e3cc5897a9d21
+ source =
https://github.com/git-town/git-town/archive/v22.6.0/git-town-22.6.0.tar.gz
+ sha256sums =
446927d48ae07a9978a70d5ede49484dda5fe61914e2b7ecfec18e95c739a60d
pkgname = git-town
=====================================
LICENSE
=====================================
@@ -0,0 +1,12 @@
+Copyright Arch Linux Contributors
+
+Permission to use, copy, modify, and/or distribute this software for
+any purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
+WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
+FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
+DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
+AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
=====================================
LICENSES/0BSD.txt
=====================================
@@ -0,0 +1 @@
+../LICENSE
\ No newline at end of file
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Allonsy < linuxbash8 [at@at] gmail [dot.dot] com >
pkgname=git-town
-pkgver=22.5.0
+pkgver=22.6.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=('96c79b1f15625d0604c8b7f0d41ab8d079ca5c227e890261ea9e3cc5897a9d21')
+sha256sums=('446927d48ae07a9978a70d5ede49484dda5fe61914e2b7ecfec18e95c739a60d')
prepare() {
cd "$_archive"
=====================================
REUSE.toml
=====================================
@@ -0,0 +1,25 @@
+version = 1
+
+[[annotations]]
+path = [
+ "PKGBUILD",
+ "README.md",
+ "keys/**",
+ ".SRCINFO",
+ ".gitignore",
+ ".nvchecker.toml",
+ "*.install",
+ "*.sysusers",
+ "*sysusers.conf",
+ "*.tmpfiles",
+ "*tmpfiles.conf",
+ "*.logrotate",
+ "*.pam",
+ "*.service",
+ "*.socket",
+ "*.timer",
+ "*.desktop",
+ "*.hook",
+]
+SPDX-FileCopyrightText = "Arch Linux contributors"
+SPDX-License-Identifier = "0BSD"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-town/-/commit/49289c51cecd510585a7b1e5d4f9681514fe87fc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-town/-/commit/49289c51cecd510585a7b1e5d4f9681514fe87fc
You're receiving this email because of your account on gitlab.archlinux.org.