diff --git a/python-dulwich/PKGBUILD b/python-dulwich/PKGBUILD index d1c37601..98f9a11d 100644 --- a/python-dulwich/PKGBUILD +++ b/python-dulwich/PKGBUILD @@ -2,7 +2,7 @@ _realname=dulwich pkgname="python-${_realname}" -pkgver=0.24.7 +pkgver=0.24.8 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=('f10bffa1395a8dedc3d38ac05164f761ae838a6a18f9a09a966f27dd651850d4') +sha256sums=('c9f4748bbcca56fb57458c71c0d30e2351ac15e0583d428c739c09228be68f05') prepare(){ cd "${srcdir}/${_realname}-${pkgver}"