summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Kunze2021-08-04 10:50:54 +0200
committerTobias Kunze2021-08-04 10:50:54 +0200
commit520892ea7db037674bbc3844bf7e2c1717e9d105 (patch)
tree7e3565572b8b4487e2743403eba97c8564b36cf0
parent5931ba838493b58e55f7ea3548b2116d288c2aff (diff)
downloadaur-520892ea7db037674bbc3844bf7e2c1717e9d105.tar.gz
Add provides=python
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a100d971cb3f..cc94c25c7dc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python38
pkgdesc = Major release 3.8 of the Python high-level programming language
pkgver = 3.8.11
- pkgrel = 2
+ pkgrel = 3
url = https://www.python.org/
arch = i686
arch = x86_64
@@ -18,6 +18,7 @@ pkgbase = python38
depends = zlib
optdepends = tk: for tkinter
optdepends = sqlite
+ provides = python
source = https://www.python.org/ftp/python/3.8.11/Python-3.8.11.tar.xz
source = https://www.python.org/ftp/python/3.8.11/Python-3.8.11.tar.xz.asc
source = mpdecimal-2.5.1.patch
diff --git a/PKGBUILD b/PKGBUILD
index cee5324437a6..de75322f4618 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python38
pkgver=3.8.11
-pkgrel=2
+pkgrel=3
_pybasever=3.8
_pymajver=3
pkgdesc="Major release 3.8 of the Python high-level programming language"
@@ -22,6 +22,7 @@ sha256sums=('fb1a1114ebfe9e97199603c6083e20b236a0e007a2c51f29283ffb50c1420fb2'
'SKIP'
'8eb389be1babe03a0231001dc16dd2d69a3ea0fbf6b8c976a580787e7ff1594c')
validpgpkeys=('E3FF2839C048B25C084DEBE9B26995E310250568')
+provides=('python')
prepare() {
cd "${srcdir}/Python-${pkgver}"