summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Weingardt2016-06-03 21:59:28 +0200
committerPaul Weingardt2016-06-03 21:59:28 +0200
commitcc3b34074c65fd55a568f92c7219e0191680f93c (patch)
tree45d5e04b4c7ab5c70f5edfcb8682e1c5fff6a9d0
parent1b179bd3112689b63336ca83700f10df756bdff4 (diff)
downloadaur-cc3b34074c65fd55a568f92c7219e0191680f93c.tar.gz
release 2.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bed98cf8e629..164f9419ef0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 13 11:19:56 UTC 2016
+# Fri Jun 3 19:59:21 UTC 2016
pkgbase = git-cola
pkgdesc = A powerful GUI for Git
- pkgver = 2.5
+ pkgver = 2.6
pkgrel = 1
url = http://git-cola.github.com/
arch = any
@@ -18,8 +18,8 @@ pkgbase = git-cola
optdepends = python-pyinotify>=0.7.1: for inotify support
optdepends = tk: to use the built-in ssh-askpass handler
options = !makeflags
- source = https://github.com/git-cola/git-cola/archive/v2.5.tar.gz
- sha256sums = 683d4b1c3df094a092f57e1b6439e5bfd1a74f6421792022de96de5039ad7279
+ source = https://github.com/git-cola/git-cola/archive/v2.6.tar.gz
+ sha256sums = ed566548793b4905005528d5e612c41bea5b5f7602649c0eec0787fbb0ab9cd2
pkgname = git-cola
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"