diff --git a/.SRCINFO b/.SRCINFO index 0defcdc..cbf28be 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 0075c0b..a01c1e5 100644 --- a/PKGBUILD +++ b/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}"