diff options
author | Paul Weingardt | 2019-09-23 19:32:48 +0200 |
---|---|---|
committer | Paul Weingardt | 2019-09-23 19:32:48 +0200 |
commit | e21d788a27a6184fce3371156b6a60a639159912 (patch) | |
tree | 8b3a46b3c8f02e8d3e381c40eeb63e516e871aac | |
parent | ec5cd1b07a4cba2e38ce12dd736d2dda761b78d9 (diff) | |
download | aur-e21d788a27a6184fce3371156b6a60a639159912.tar.gz |
Version 3.5
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |