Add provides=python
This commit is contained in:
parent
8588e9c10d
commit
e85c7ea497
3
.SRCINFO
3
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = python39
|
||||
pkgdesc = Major release 3.9 of the Python high-level programming language
|
||||
pkgver = 3.9.6
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://www.python.org/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
@ -18,6 +18,7 @@ pkgbase = python39
|
||||
depends = zlib
|
||||
optdepends = tk: for tkinter
|
||||
optdepends = sqlite
|
||||
provides = python
|
||||
source = https://www.python.org/ftp/python/3.9.6/Python-3.9.6.tar.xz
|
||||
source = mpdecimal-2.5.1.patch
|
||||
sha256sums = 397920af33efc5b97f2e0b57e91923512ef89fc5b3c1d21dbfc8c4828ce0108a
|
||||
|
||||
3
PKGBUILD
3
PKGBUILD
@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=python39
|
||||
pkgver=3.9.6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_pybasever=3.9
|
||||
_pymajver=3
|
||||
pkgdesc="Major release 3.9 of the Python high-level programming language"
|
||||
@ -21,6 +21,7 @@ sha256sums=(
|
||||
'397920af33efc5b97f2e0b57e91923512ef89fc5b3c1d21dbfc8c4828ce0108a'
|
||||
'8eb389be1babe03a0231001dc16dd2d69a3ea0fbf6b8c976a580787e7ff1594c'
|
||||
)
|
||||
provides=('python')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/Python-${pkgver}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user