summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Weingardt2015-08-31 21:07:13 +0200
committerPaul Weingardt2015-08-31 21:07:13 +0200
commite9bc26eecefbc6386b8d6e4e112db1004b2e6885 (patch)
treee2b65d4f2ce7fd99556e77c65a40c0cd932afc74
parenta84fab6be404d720dc51248e39009188fc08a93d (diff)
downloadaur-e9bc26eecefbc6386b8d6e4e112db1004b2e6885.tar.gz
updated to v2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 609c49aa5731..b512533b1a3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-cola
pkgdesc = A powerful GUI for Git
- pkgver = 2.2.1
+ pkgver = 2.3
pkgrel = 1
url = http://git-cola.github.com/
arch = any
@@ -16,8 +16,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.2.1.zip
- sha256sums = 8ab07f712713015ef48aa955628bb844a05086a47409b24eef88b313f9fbc04f
+ source = https://github.com/git-cola/git-cola/archive/v2.3.zip
+ sha256sums = 53ff84bee148c85a1abfde0ed44bbaf52769d850adff2bb96e8890da35f263bd
pkgname = git-cola
diff --git a/PKGBUILD b/PKGBUILD
index 0c9469cf27dd..132e1d288d52 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.2.1
+pkgver=2.3
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.zip")
-sha256sums=('8ab07f712713015ef48aa955628bb844a05086a47409b24eef88b313f9fbc04f')
+sha256sums=('53ff84bee148c85a1abfde0ed44bbaf52769d850adff2bb96e8890da35f263bd')
build() {
cd "$srcdir/${pkgname}-$pkgver"