summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul Weingardt2016-06-03 21:59:28 +0200
committerPaul Weingardt2016-06-03 21:59:28 +0200
commitcc3b34074c65fd55a568f92c7219e0191680f93c (patch)
tree45d5e04b4c7ab5c70f5edfcb8682e1c5fff6a9d0 /PKGBUILD
parent1b179bd3112689b63336ca83700f10df756bdff4 (diff)
downloadaur-cc3b34074c65fd55a568f92c7219e0191680f93c.tar.gz
release 2.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ab42464b56a..d742b693370d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Paul Weingardt <paulweingardt@web.de>
# Contributor: TDY <tdy@gmx.com>
pkgname=git-cola
-pkgver=2.5
+pkgver=2.6
pkgrel=1
pkgdesc="A powerful GUI for Git"
arch=('any')
@@ -13,7 +13,7 @@ optdepends=('python-pyinotify>=0.7.1: for inotify support'
'tk: to use the built-in ssh-askpass handler')
options=('!makeflags')
source=("https://github.com/git-cola/git-cola/archive/v$pkgver.tar.gz")
-sha256sums=('683d4b1c3df094a092f57e1b6439e5bfd1a74f6421792022de96de5039ad7279')
+sha256sums=('ed566548793b4905005528d5e612c41bea5b5f7602649c0eec0787fbb0ab9cd2')
build() {
cd "$srcdir/${pkgname}-$pkgver"