summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Weingardt2016-09-20 22:19:10 +0200
committerPaul Weingardt2016-09-20 22:19:10 +0200
commitd70cfc4b2cf8b7ab4bde0f86d741c4c6a1b27ecc (patch)
tree7a8b5a0fd436b2c0717707ce58d5d7b50a336b21
parentcc3b34074c65fd55a568f92c7219e0191680f93c (diff)
downloadaur-d70cfc4b2cf8b7ab4bde0f86d741c4c6a1b27ecc.tar.gz
version 2.8
Updated PKGBUILD to version 2.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 164f9419ef0b..ff100c9027fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 3 19:59:21 UTC 2016
+# Tue Sep 20 20:18:55 UTC 2016
pkgbase = git-cola
pkgdesc = A powerful GUI for Git
- pkgver = 2.6
+ pkgver = 2.8
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.6.tar.gz
- sha256sums = ed566548793b4905005528d5e612c41bea5b5f7602649c0eec0787fbb0ab9cd2
+ source = https://github.com/git-cola/git-cola/archive/v2.8.tar.gz
+ sha256sums = 9962098bb73c2c13ea32ded01821e447e0c9fbece3d213eaccf6bb02413ccea5
pkgname = git-cola
diff --git a/PKGBUILD b/PKGBUILD
index d742b693370d..27607d874027 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.6
+pkgver=2.8
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=('ed566548793b4905005528d5e612c41bea5b5f7602649c0eec0787fbb0ab9cd2')
+sha256sums=('9962098bb73c2c13ea32ded01821e447e0c9fbece3d213eaccf6bb02413ccea5')
build() {
cd "$srcdir/${pkgname}-$pkgver"