diff --git a/python-dulwich/PKGBUILD b/python-dulwich/PKGBUILD index 7b75b210..d1c37601 100644 --- a/python-dulwich/PKGBUILD +++ b/python-dulwich/PKGBUILD @@ -2,7 +2,7 @@ _realname=dulwich pkgname="python-${_realname}" -pkgver=0.24.6 +pkgver=0.24.7 pkgrel=1 pkgdesc='Pure-Python implementation of the Git file formats and protocols' arch=('any') @@ -29,7 +29,7 @@ makedepends=( 'gcc' ) source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('e8aebdb52cee481ddc038a2b88376bc28767127fdf3e5ea08b52ae1f60e1e15b') +sha256sums=('f10bffa1395a8dedc3d38ac05164f761ae838a6a18f9a09a966f27dd651850d4') prepare(){ cd "${srcdir}/${_realname}-${pkgver}"