summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul Weingardt2018-12-20 17:54:48 +0100
committerPaul Weingardt2018-12-20 17:54:48 +0100
commit11eb8cd0837af51268e7fae797b181a031918792 (patch)
tree9c8a0697b992d79ee9d840c703c8905a93d42dd6 /PKGBUILD
parent6871b1d3b5684c722c3f60fc53cd3c7fab95dc38 (diff)
downloadaur-11eb8cd0837af51268e7fae797b181a031918792.tar.gz
version 3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8047b8ba6c43..f98a43489dd9 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.1
+pkgver=3.2
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=('a7a083f84697a56ee7c910ccfc680d36c5c447c6b5a3522e01bff9de91474f57')
+sha256sums=('4005e714db78b073c1ef8bde55485452dc7a31e3b8cc0b4d60d6112ffb5ea228')
build() {
cd "$srcdir/${pkgname}-$pkgver"