python-dulwich: Update to 0.20.14

This commit is contained in:
Christoph Reiter 2020-12-20 09:49:06 +01:00
parent c52744c818
commit 4cadd1994c

View File

@ -2,7 +2,7 @@
_realname=dulwich
pkgname="python-${_realname}"
pkgver=0.20.6
pkgver=0.20.14
pkgrel=1
pkgdesc='Pure-Python implementation of the Git file formats and protocols'
arch=('i686' 'x86_64')
@ -11,7 +11,7 @@ license=('GPL')
depends=('python')
makedepends=('python-setuptools' 'python-devel')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('e593f514b8ac740b4ceeb047745b4719bfc9f334904245c6edcb3a9d002f577b')
sha256sums=('21d6ee82708f7c67ce3fdcaf1f1407e524f7f4f7411a410a972faa2176baec0d')
prepare(){
cd "${srcdir}/${_realname}-${pkgver}"