[arch-commits] Commit in python-dulwich/trunk (PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Wed Dec 23 01:44:57 UTC 2020
Date: Wednesday, December 23, 2020 @ 01:44:57
Author: polyzen
Revision: 783290
upgpkg: python-dulwich 0.20.15-1
Modified:
python-dulwich/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-23 01:44:50 UTC (rev 783289)
+++ PKGBUILD 2020-12-23 01:44:57 UTC (rev 783290)
@@ -3,17 +3,16 @@
_name=dulwich
pkgname=python-dulwich
-pkgver=0.20.14
-pkgrel=2
+pkgver=0.20.15
+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-setuptools' 'python-urllib3')
-checkdepends=('python-mock')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('21d6ee82708f7c67ce3fdcaf1f1407e524f7f4f7411a410a972faa2176baec0d')
-b2sums=('be3658fd12021d2d8294fa92d99fe8bbf0a04de0f97d71f4c5683580169faa19fce2c731b240a1a61b95517e9b4371a8bcaedef7748e94512b09bcd9e6ae31ad')
+sha256sums=('fb1773373ec2af896031f8312af6962a1b8b0176a2de3fb3d84a84ec04498888')
+b2sums=('8db19f84154dff0851fd16bc534d92b506c93a93d7180079bc9829a2c81bbb25b04b234770e62ddab82440973d0702b8523896a9db90d771d8cc915b6321cdaa')
build() {
cd $_name-$pkgver
More information about the arch-commits
mailing list