python-dulwich 0.22.2-1
This commit is contained in:
parent
661131512f
commit
22ace2a98a
8
PKGBUILD
8
PKGBUILD
@ -5,16 +5,16 @@
|
||||
|
||||
# Maintainer: Future Linux Team <future_linux@163.com>
|
||||
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}
|
||||
|
Loading…
Reference in New Issue
Block a user