summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Weingardt2020-01-13 19:26:50 +0100
committerPaul Weingardt2020-01-13 19:26:50 +0100
commit1c9bca9ff817236e4bfc2996480e8b7cfd57a2f6 (patch)
treee7f35bf43da314634770e54968cc4fdd8d157d61
parent0b94b8392b7a22391bc93d2d24784a7525dc546c (diff)
downloadaur-1c9bca9ff817236e4bfc2996480e8b7cfd57a2f6.tar.gz
Version 3.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f829eb1b52d..842806f7a517 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-cola
pkgdesc = A powerful GUI for Git
- pkgver = 3.5
+ pkgver = 3.6
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.5.tar.gz::https://github.com/git-cola/git-cola/archive/v3.5.tar.gz
- sha256sums = 7fdcfc4326b35e384b97bd4bb2189b4cb5cf258948352759c302e632b41bb2e2
+ source = git-cola-3.6.tar.gz::https://github.com/git-cola/git-cola/archive/v3.6.tar.gz
+ sha256sums = 63369f519f81988c2d167ba2c59ad53644d3fac2b7be1e12d3f1df9b8fd91839
pkgname = git-cola
diff --git a/PKGBUILD b/PKGBUILD
index 6220eb09fa4e..efb02733c6d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Paul Weingardt <paulweingardt@web.de>
# Contributor: TDY <tdy@gmx.com>
pkgname=git-cola
-pkgver=3.5
+pkgver=3.6
pkgrel=1
pkgdesc="A powerful GUI for Git"
arch=('any')
url="http://git-cola.github.com/"
license=('GPL')
-depends=('git' 'python-pyqt5' 'icu' 'qt5-svg' 'pyside')
+depends=('git' 'python-pyqt5' 'icu' 'qt5-svg')
makedepends=('asciidoc' 'docbook-xsl' 'rsync' 'xmlto' 'python-sphinx')
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=('7fdcfc4326b35e384b97bd4bb2189b4cb5cf258948352759c302e632b41bb2e2')
+sha256sums=('63369f519f81988c2d167ba2c59ad53644d3fac2b7be1e12d3f1df9b8fd91839')
build() {
cd "$srcdir/${pkgname}-$pkgver"