[arch-commits] Commit in tig/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Fri Apr 10 13:47:45 UTC 2020


    Date: Friday, April 10, 2020 @ 13:47:45
  Author: lfleischer
Revision: 613091

upgpkg: tig 2.5.1-1: upstream update

Modified:
  tig/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-10 13:19:50 UTC (rev 613090)
+++ PKGBUILD	2020-04-10 13:47:45 UTC (rev 613091)
@@ -4,7 +4,7 @@
 # Contributor: Nathan Jones <nathanj at insightbb.com>
 
 pkgname=tig
-pkgver=2.5.0
+pkgver=2.5.1
 pkgrel=1
 pkgdesc='Text-mode interface for Git.'
 depends=('git' 'ncurses')
@@ -14,7 +14,7 @@
 arch=('x86_64')
 backup=('etc/tigrc')
 source=("https://github.com/jonas/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('2db8597387743288ae2ebf724434bdd0')
+md5sums=('4d810b7de2dfc842ceeb8b8d88740f2c')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



More information about the arch-commits mailing list