git-cola: fix versioning in build
This commit is contained in:
parent
31a7b27014
commit
df76b8dec3
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'git-cola'
|
||||
pkgname=git-cola
|
||||
version=4.1.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
revision=2
|
||||
build_style=python3-pep517
|
||||
pycompile_dirs="usr/share/git-cola/lib"
|
||||
hostmakedepends="python3 python3-setuptools"
|
||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||
depends="git python3-PyQt5 qt5-svg"
|
||||
short_desc="Highly caffeinated Git GUI"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://git-cola.github.io/"
|
||||
distfiles="https://github.com/git-cola/git-cola/archive/v${version}.tar.gz"
|
||||
checksum=ae10742b558beb464af56ba898d62298d29c477c86759fc987b617df1003e0cd
|
||||
distfiles="${PYPI_SITE}/g/git-cola/git-cola-${version}.tar.gz"
|
||||
checksum=d77ba2eb1d1240f47cc44f5fcb9230cc65681834e7e27edf17c5ada462d3fb07
|
||||
|
|
Loading…
Reference in New Issue