From 81a4b729b3894e2c782cb053a9dc8aa67bf2ed5a Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 2 Jun 2020 09:58:21 +0300 Subject: [PATCH] python-dulwich: Update to 0.20.2 --- python-dulwich/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-dulwich/PKGBUILD b/python-dulwich/PKGBUILD index 81d4eb93..f464d485 100644 --- a/python-dulwich/PKGBUILD +++ b/python-dulwich/PKGBUILD @@ -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}"