python-dulwich: update to 0.13.0.
This commit is contained in:
parent
65369c22a7
commit
d16f28d44a
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-dulwich'
|
||||
pkgname=python-dulwich
|
||||
version=0.12.0
|
||||
revision=2
|
||||
version=0.13.0
|
||||
revision=1
|
||||
wrksrc="dulwich-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
|
@ -12,8 +12,8 @@ short_desc="Python2 implementation of the Git file formats and protocols"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://www.dulwich.io/"
|
||||
license="GPL-2"
|
||||
distfiles="${PYPI_SITE}/d/dulwich/dulwich-${version}.tar.gz"
|
||||
checksum=8f9070f37eec6175aab60d7064246b5b6453b2fab342589101f1c8feda0a0cc6
|
||||
distfiles="https://pypi.python.org/packages/84/95/732d280eee829dacc954e8109f97b47abcadcca472c2ab013e1635eb4792/dulwich-${version}.tar.gz"
|
||||
checksum=8ed35334e22cf93e7dcfd5113d8e262041967fe4c3cead5e262c9102f3e63238
|
||||
|
||||
post_install() {
|
||||
# remove extra docs
|
||||
|
|
Loading…
Reference in a new issue