mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
[skip-ci] git-cola: update to 3.3
This commit is contained in:
parent
9791e5fbc7
commit
3ae8aacf55
@ -1,16 +1,16 @@
|
||||
pkgname=git-cola
|
||||
pkgver=2.11
|
||||
pkgrel=2
|
||||
pkgver=3.3
|
||||
pkgrel=1
|
||||
pkgdesc="A powerful GUI for Git"
|
||||
arch=('any')
|
||||
url="http://git-cola.github.com/"
|
||||
url="https://git-cola.github.io/"
|
||||
license=('GPL')
|
||||
depends=('git' 'python3-pyqt5' 'icu' 'tk')
|
||||
makedepends=('asciidoc' 'docbook-xsl' 'rsync' 'xmlto' 'python3-sphinx')
|
||||
depends=('git' 'python3-pyqt5' 'icu' 'qt5-svg')
|
||||
makedepends=('asciidoc' 'docbook-xsl' 'rsync' 'xmlto' 'python3-sphinx' 'sip')
|
||||
optdepends=('python3-pyinotify: for inotify support')
|
||||
options=('!makeflags')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/git-cola/git-cola/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('bc4007e0d9c80763ef58d630b033bfdbd8406af77bbd292a6c647ed3ca655b5b')
|
||||
sha256sums=('b3fa0d339509564164d8ab3c8cd0c076ad3fdd500af3cea55a7fa4a089cd3c01')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/${pkgname}-$pkgver"
|
||||
|
Loading…
Reference in New Issue
Block a user