[arch-commits] Commit in tig/trunk (PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Sat Mar 24 19:36:28 UTC 2018
Date: Saturday, March 24, 2018 @ 19:36:28
Author: lfleischer
Revision: 311971
upgpkg: tig 2.3.3-1
Upstream update.
Modified:
tig/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-24 19:36:18 UTC (rev 311970)
+++ PKGBUILD 2018-03-24 19:36:28 UTC (rev 311971)
@@ -4,7 +4,7 @@
# Contributor: Nathan Jones <nathanj at insightbb.com>
pkgname=tig
-pkgver=2.3.2
+pkgver=2.3.3
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=('9a9c335258d768ec10c7f1f2de4aca26')
+md5sums=('800a63f6772b9fa1cd9b9e1ad99f4eee')
build() {
cd "$srcdir/$pkgname-$pkgver"
More information about the arch-commits
mailing list