From 3e6aa06da7d658dd12990a65d38e52bd267b3e16 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 23 Jun 2020 11:45:07 +0300 Subject: [PATCH] python-dulwich: Update to 0.20.3 --- python-dulwich/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-dulwich/PKGBUILD b/python-dulwich/PKGBUILD index f464d485..364f185f 100644 --- a/python-dulwich/PKGBUILD +++ b/python-dulwich/PKGBUILD @@ -2,7 +2,7 @@ _realname=dulwich pkgname="python-${_realname}" -pkgver=0.20.2 +pkgver=0.20.3 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=('273fa401e11c215ed81a4a0c8474ed06aeae31900974fdd4a87af5df0e458115') +sha256sums=('226491bcf3cdd629c8558d0b4d50b0e9a991a74fb9836c39e90c8c7b445b662c') prepare(){ cd "${srcdir}/${_realname}-${pkgver}"