summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Kunze2022-01-01 20:18:11 +0100
committerTobias Kunze2022-01-01 20:18:11 +0100
commitc53dc41c43f364d68f860a207c85b938be80efe7 (patch)
tree5c673b807cd0b413ebeac72d03fb601d197b7df1
parentde62d1363da0db46a43244feb64faaae4b186ee9 (diff)
downloadaur-c53dc41c43f364d68f860a207c85b938be80efe7.tar.gz
Be more specific about provided version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93ed8f7f63e0..2ee752d58b64 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.12
- pkgrel = 1
+ pkgrel = 2
url = https://www.python.org/
arch = i686
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = python38
depends = zlib
optdepends = tk: for tkinter
optdepends = sqlite
- provides = python
+ provides = python=3.8.12
source = https://www.python.org/ftp/python/3.8.12/Python-3.8.12.tar.xz
source = https://www.python.org/ftp/python/3.8.12/Python-3.8.12.tar.xz.asc
source = mpdecimal-2.5.1.patch
diff --git a/PKGBUILD b/PKGBUILD
index ed9a9bcb9418..fb87283df3f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python38
pkgver=3.8.12
-pkgrel=1
+pkgrel=2
_pybasever=3.8
_pymajver=3
pkgdesc="Major release 3.8 of the Python high-level programming language"
@@ -22,7 +22,7 @@ sha256sums=('b1d3a76420375343b5e8a22fceb1ac65b77193e9ed27146524f0a9db058728ea'
'SKIP'
'8eb389be1babe03a0231001dc16dd2d69a3ea0fbf6b8c976a580787e7ff1594c')
validpgpkeys=('E3FF2839C048B25C084DEBE9B26995E310250568')
-provides=('python')
+provides=("python=$pkgver")
prepare() {
cd "${srcdir}/Python-${pkgver}"