python-pip 24.3.1-1
This commit is contained in:
parent
0cf4596167
commit
2a6a1d0c57
4
PKGBUILD
4
PKGBUILD
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
# Maintainer: Future Linux Team <future_linux@163.com>
|
# Maintainer: Future Linux Team <future_linux@163.com>
|
||||||
pkgname=python-pip
|
pkgname=python-pip
|
||||||
pkgver=24.2
|
pkgver=24.3.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The PyPA recommended tool for installing Python packages"
|
pkgdesc="The PyPA recommended tool for installing Python packages"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -14,7 +14,7 @@ license=('MIT')
|
|||||||
depends=('python' 'python-wheel')
|
depends=('python' 'python-wheel')
|
||||||
makedepends=('python-build' 'python-installer' 'python-setuptools')
|
makedepends=('python-build' 'python-installer' 'python-setuptools')
|
||||||
source=(https://github.com/pypa/pip/archive/${pkgver}/${pkgname#*-}-${pkgver}.tar.gz)
|
source=(https://github.com/pypa/pip/archive/${pkgver}/${pkgname#*-}-${pkgver}.tar.gz)
|
||||||
sha256sums=(e527f2366551b8483fa3a8ac2954aa79f2461e6600d917f3b6ae741d708cb982)
|
sha256sums=(1349240eff5fd44f4b9d834d503d87505a6cd0a8ab022f3f1665181d6a719a73)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${pkgname#*-}-${pkgver}
|
cd ${pkgname#*-}-${pkgver}
|
||||||
|
Loading…
Reference in New Issue
Block a user