Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / tig
Commits:
0e0b1281 by Christian Hesse at 2025-02-06T21:17:25+01:00
upgpkg: 2.5.12-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = tig
pkgdesc = Text-mode interface for Git.
- pkgver = 2.5.11
- pkgrel = 2
+ pkgver = 2.5.12
+ pkgrel = 1
url = https://jonas.github.io/tig/
arch = x86_64
license = GPL
@@ -16,8 +16,8 @@ pkgbase = tig
depends = readline
depends = libreadline.so
backup = etc/tigrc
- source =
https://github.com/jonas/tig/releases/download/tig-2.5.11/tig-2.5.11.tar.gz
- md5sums = ebbc17e3a7d511e959a4969a32265063
- sha256sums =
b36ef52b1a19d87257adfa9047cc3e21d6bd528bbd28458fe49003eb3e374aa7
+ source =
https://github.com/jonas/tig/releases/download/tig-2.5.12/tig-2.5.12.tar.gz
+ md5sums = 23e615d6a93bf0686f4ff153674a921e
+ sha256sums =
5dda8a098810bb499096e17fc9f69c0a5915a23f46be27209fc8195d7a792108
pkgname = tig
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Nathan Jones <[email protected]>
pkgname=tig
-pkgver=2.5.11
-pkgrel=2
+pkgver=2.5.12
+pkgrel=1
pkgdesc='Text-mode interface for Git.'
depends=('git'
'ncurses' 'libncursesw.so'
@@ -17,8 +17,8 @@ license=('GPL')
arch=('x86_64')
backup=('etc/tigrc')
source=("https://github.com/jonas/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('ebbc17e3a7d511e959a4969a32265063')
-sha256sums=('b36ef52b1a19d87257adfa9047cc3e21d6bd528bbd28458fe49003eb3e374aa7')
+md5sums=('23e615d6a93bf0686f4ff153674a921e')
+sha256sums=('5dda8a098810bb499096e17fc9f69c0a5915a23f46be27209fc8195d7a792108')
build() {
cd "$srcdir/$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tig/-/commit/0e0b1281fc71339e2ec2fa97e4306fd932590ec4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tig/-/commit/0e0b1281fc71339e2ec2fa97e4306fd932590ec4
You're receiving this email because of your account on gitlab.archlinux.org.