summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul Weingardt2019-09-23 19:32:48 +0200
committerPaul Weingardt2019-09-23 19:32:48 +0200
commite21d788a27a6184fce3371156b6a60a639159912 (patch)
tree8b3a46b3c8f02e8d3e381c40eeb63e516e871aac /PKGBUILD
parentec5cd1b07a4cba2e38ce12dd736d2dda761b78d9 (diff)
downloadaur-e21d788a27a6184fce3371156b6a60a639159912.tar.gz
Version 3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"