python-gitdb: update to 2.0.4.
This commit is contained in:
parent
b3a0a0687c
commit
990de92f67
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-gitdb'
|
||||
pkgname=python-gitdb
|
||||
version=2.0.3
|
||||
version=2.0.4
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="gitdb2-${version}"
|
||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools"
|
|||
depends="python-smmap"
|
||||
short_desc="Pure-Python git object database (Python2)"
|
||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/gitpython-developers/gitdb"
|
||||
license="BSD"
|
||||
distfiles="${PYPI_SITE}/g/gitdb2/gitdb2-${version}.tar.gz"
|
||||
checksum=b60e29d4533e5e25bb50b7678bbc187c8f6bcff1344b4f293b2ba55c85795f09
|
||||
checksum=bb4c85b8a58531c51373c89f92163b92f30f81369605a67cd52d1fc21246c044
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue