python-dulwich: Update to 0.20.2

This commit is contained in:
Alexey Pavlov
2020-06-02 09:58:21 +03:00
parent 2733d1dd20
commit 81a4b729b3

View File

@@ -2,7 +2,7 @@
_realname=dulwich
pkgname="python-${_realname}"
pkgver=0.19.16
pkgver=0.20.2
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' 'libcrypt-devel')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('f74561c448bfb6f04c07de731c1181ae4280017f759b0bb04fa5770aa84ca850')
sha256sums=('273fa401e11c215ed81a4a0c8474ed06aeae31900974fdd4a87af5df0e458115')
prepare(){
cd "${srcdir}/${_realname}-${pkgver}"