summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Weingardt2019-09-23 19:32:48 +0200
committerPaul Weingardt2019-09-23 19:32:48 +0200
commite21d788a27a6184fce3371156b6a60a639159912 (patch)
tree8b3a46b3c8f02e8d3e381c40eeb63e516e871aac
parentec5cd1b07a4cba2e38ce12dd736d2dda761b78d9 (diff)
downloadaur-e21d788a27a6184fce3371156b6a60a639159912.tar.gz
Version 3.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d8217002c50..7f829eb1b52d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-cola
pkgdesc = A powerful GUI for Git
- pkgver = 3.4
+ pkgver = 3.5
pkgrel = 1
url = http://git-cola.github.com/
arch = any
@@ -17,8 +17,8 @@ pkgbase = git-cola
optdepends = python-pyinotify: for inotify support
optdepends = tk: to use the built-in ssh-askpass handler
options = !makeflags
- source = git-cola-3.4.tar.gz::https://github.com/git-cola/git-cola/archive/v3.4.tar.gz
- sha256sums = 763e382d8b32427539585d17ec6fe92026c073f6d31a864a5816ebe22cf245bc
+ source = git-cola-3.5.tar.gz::https://github.com/git-cola/git-cola/archive/v3.5.tar.gz
+ sha256sums = 7fdcfc4326b35e384b97bd4bb2189b4cb5cf258948352759c302e632b41bb2e2
pkgname = git-cola
diff --git a/PKGBUILD b/PKGBUILD
index bc1b8f284c29..ae21ce543c10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Paul Weingardt <paulweingardt@web.de>
# Contributor: TDY <tdy@gmx.com>
pkgname=git-cola
-pkgver=3.4
+pkgver=3.5
pkgrel=1
pkgdesc="A powerful GUI for Git"
arch=('any')
@@ -13,7 +13,7 @@ optdepends=('python-pyinotify: for inotify support'
'tk: to use the built-in ssh-askpass handler')
options=('!makeflags')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/git-cola/git-cola/archive/v$pkgver.tar.gz")
-sha256sums=('763e382d8b32427539585d17ec6fe92026c073f6d31a864a5816ebe22cf245bc')
+sha256sums=('7fdcfc4326b35e384b97bd4bb2189b4cb5cf258948352759c302e632b41bb2e2')
build() {
cd "$srcdir/${pkgname}-$pkgver"