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}"