python-dulwich: update to 0.21.5

This commit is contained in:
Mehdi Chinoune 2023-05-06 06:47:23 +00:00 committed by مهدي شينون (Mehdi Chinoune)
parent f1a2b3d84f
commit 875a9436cc

View File

@ -2,7 +2,7 @@
_realname=dulwich _realname=dulwich
pkgname="python-${_realname}" pkgname="python-${_realname}"
pkgver=0.21.3 pkgver=0.21.5
pkgrel=1 pkgrel=1
pkgdesc='Pure-Python implementation of the Git file formats and protocols' pkgdesc='Pure-Python implementation of the Git file formats and protocols'
arch=('any') arch=('any')
@ -21,7 +21,7 @@ makedepends=(
"python-installer" "python-installer"
) )
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('7ca3b453d767eb83b3ec58f0cfcdc934875a341cdfdb0dc55c1431c96608cf83') sha256sums=('70955e4e249ddda6e34a4636b90f74e931e558f993b17c52570fa6144b993103')
prepare(){ prepare(){
cd "${srcdir}/${_realname}-${pkgver}" cd "${srcdir}/${_realname}-${pkgver}"