diff --git a/PKGBUILD b/PKGBUILD index 137c3e3..19e185c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,16 +5,16 @@ # Maintainer: Future Linux Team pkgname=python-dulwich -pkgver=0.21.7 +pkgver=0.22.2 pkgrel=1 pkgdesc="Pure-Python implementation of the Git file formats and protocols" arch=('x86_64') url="https://www.dulwich.io" -license=('GPL') +license=('Apache-2.0 OR GPL-2.0-or-later') depends=('python-urllib3') -makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') +makedepends=('python-build' 'python-installer' 'python-setuptools-rust' 'python-wheel') source=(https://github.com/jelmer/dulwich/archive/${pkgname#*-}-${pkgver}/${pkgname#*-}-${pkgname#*-}-${pkgver}.tar.gz) -sha256sums=(4db50e79bc20942c80536448b9475da6448f756c92749234cbe872ce8493f3e9) +sha256sums=(dbf3d537dca81cb5d95fb95ec45222b51df11db5d4d45e9c11ded372f95f539c) build() { cd ${pkgname#*-}-${pkgname#*-}-${pkgver}