[arch-commits] Commit in python-dulwich/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Tue Jun 16 06:17:29 UTC 2020


    Date: Tuesday, June 16, 2020 @ 06:17:26
  Author: polyzen
Revision: 645893

upgpkg: python-dulwich 0.20.3-1

Modified:
  python-dulwich/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-16 06:12:52 UTC (rev 645892)
+++ PKGBUILD	2020-06-16 06:17:26 UTC (rev 645893)
@@ -3,16 +3,16 @@
 
 _name=dulwich
 pkgname=python-dulwich
-pkgver=0.20.2
+pkgver=0.20.3
 pkgrel=1
 pkgdesc='Pure-Python implementation of the Git file formats and protocols'
 arch=('x86_64')
 url=https://www.dulwich.io
 license=('GPL')
-depends=('python-certifi' 'python-urllib3')
+depends=('python-certifi' 'python-setuptools' 'python-urllib3')
 checkdepends=('python-mock')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('273fa401e11c215ed81a4a0c8474ed06aeae31900974fdd4a87af5df0e458115')
+sha256sums=('226491bcf3cdd629c8558d0b4d50b0e9a991a74fb9836c39e90c8c7b445b662c')
 
 build() {
   cd $_name-$pkgver



More information about the arch-commits mailing list