diff --git a/python-dulwich/PKGBUILD b/python-dulwich/PKGBUILD index 3fb297e9..63f54b90 100644 --- a/python-dulwich/PKGBUILD +++ b/python-dulwich/PKGBUILD @@ -2,8 +2,8 @@ _realname=dulwich pkgname="python-${_realname}" -pkgver=0.20.45 -pkgrel=2 +pkgver=0.20.50 +pkgrel=1 pkgdesc='Pure-Python implementation of the Git file formats and protocols' arch=('any') url='https://www.dulwich.io' @@ -15,7 +15,7 @@ depends=( ) makedepends=('python-setuptools' 'python-devel' 'gcc') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('70710dd9ca2a442190c7e506892db074c318ac762e221f7529b8ce34802041b7') +sha256sums=('50a941796b2c675be39be728d540c16b5b7ce77eb9e1b3f855650ece6832d2be') prepare(){ cd "${srcdir}/${_realname}-${pkgver}"