summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul Weingardt2020-06-07 14:27:07 +0200
committerPaul Weingardt2020-06-07 14:27:07 +0200
commitf65d845cdd2c186866fcdbe08e21a6cc4a607c77 (patch)
treee06e60c4ee0a5b338549742037f19489f54ed2ff /PKGBUILD
parent1c9bca9ff817236e4bfc2996480e8b7cfd57a2f6 (diff)
downloadaur-f65d845cdd2c186866fcdbe08e21a6cc4a607c77.tar.gz
Version 3.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efb02733c6d9..0653fcae6750 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.6
+pkgver=3.7
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=('63369f519f81988c2d167ba2c59ad53644d3fac2b7be1e12d3f1df9b8fd91839')
+sha256sums=('9a1427b05c107ec8337881ed68bb450ac040a08880f91dcb770588f755d6fd1b')
build() {
cd "$srcdir/${pkgname}-$pkgver"