tig: update to 2.6.0

This commit is contained in:
Dirk Stolle 2025-09-28 17:46:39 +02:00
parent 0c5d9d5605
commit e40553d79b

View File

@ -1,7 +1,7 @@
# Maintainer: Alexey Pavlov <Alexpux@gmail.com>
pkgname=tig
pkgver=2.5.12
pkgver=2.6.0
pkgrel=1
pkgdesc='Text-mode interface for Git'
depends=('git' 'libreadline' 'ncurses')
@ -10,12 +10,14 @@ url='https://jonas.github.io/tig/'
msys2_repository_url="https://github.com/jonas/tig"
msys2_references=(
"anitya: 4969"
"archlinux: tig"
"gentoo: dev-vcs/tig"
)
license=('GPL')
license=('spdx:GPL-2.0-or-later')
arch=('i686' 'x86_64')
backup=('etc/tigrc')
source=("https://github.com/jonas/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('5dda8a098810bb499096e17fc9f69c0a5915a23f46be27209fc8195d7a792108')
sha256sums=('99d4a0fdd3d93547ebacfe511195cb92e4f75b91644c06293c067f401addeb3e')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"