[arch-commits] Commit in python-dulwich/trunk (PKGBUILD)
Daniel M. Capella
polyzen at gemini.archlinux.org
Mon May 16 21:22:49 UTC 2022
Date: Monday, May 16, 2022 @ 21:22:48
Author: polyzen
Revision: 1207627
upgpkg: python-dulwich 0.20.37-1
Modified:
python-dulwich/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-16 21:03:25 UTC (rev 1207626)
+++ PKGBUILD 2022-05-16 21:22:48 UTC (rev 1207627)
@@ -3,7 +3,7 @@
_name=dulwich
pkgname=python-dulwich
-pkgver=0.20.35
+pkgver=0.20.37
pkgrel=1
pkgdesc='Pure-Python implementation of the Git file formats and protocols'
arch=('x86_64')
@@ -11,15 +11,16 @@
license=('GPL')
depends=('python-certifi' 'python-urllib3')
makedepends=('python-setuptools')
-checkdepends=('python-gpgme')
+checkdepends=('python-gpgme' 'python-paramiko')
optdepends=('python-fastimport: for fast-import support'
'python-gpgme: for PGP signature support'
'python-idna: for HTTPS support via urllib3'
+ 'python-paramiko: for use as the SSH implementation'
'python-pyopenssl: for HTTPS support via urllib3'
'python-pyinotify: to watch for changes to refs')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('953f6301a9df8a091fa88d55eed394a88bf9988cde8be341775354910918c196')
-b2sums=('97c877554199aa8f3abf2f95a43c350cbef784f6f71af6280c537a93297c89981190fe1f66914532641a99cc3dca82a33b43d09f864f2ddf370c0097fa28a5e0')
+sha256sums=('e272fd125935258c57682fd824de34d4d0e702da779afcfb796faadc1c58bcca')
+b2sums=('a416a97bc5f3bef727be2a70344424c0b4e51f15b630604983f136b8d6efbdcdb789aeb4f3e8f782c739a9a9974880e2d8d16c4ae554b257ff78d44f24379779')
build() {
cd $_name-$pkgver
More information about the arch-commits
mailing list