[arch-commits] Commit in python-dulwich/trunk (PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Fri Nov 27 09:24:38 UTC 2020
Date: Friday, November 27, 2020 @ 09:24:38
Author: polyzen
Revision: 763996
upgpkg: python-dulwich 0.20.14-1
Modified:
python-dulwich/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-27 08:55:50 UTC (rev 763995)
+++ PKGBUILD 2020-11-27 09:24:38 UTC (rev 763996)
@@ -3,8 +3,8 @@
_name=dulwich
pkgname=python-dulwich
-pkgver=0.20.11
-pkgrel=3
+pkgver=0.20.14
+pkgrel=1
pkgdesc='Pure-Python implementation of the Git file formats and protocols'
arch=('x86_64')
url=https://www.dulwich.io
@@ -12,7 +12,8 @@
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=('0b142794fb72647673173b80ed8b75e1f56b42a0972c5b3c752d88766a659d53')
+sha256sums=('21d6ee82708f7c67ce3fdcaf1f1407e524f7f4f7411a410a972faa2176baec0d')
+b2sums=('be3658fd12021d2d8294fa92d99fe8bbf0a04de0f97d71f4c5683580169faa19fce2c731b240a1a61b95517e9b4371a8bcaedef7748e94512b09bcd9e6ae31ad')
build() {
cd $_name-$pkgver
More information about the arch-commits
mailing list