diff --git a/core/python/PKGBUILD b/core/python/PKGBUILD index 3f577a55d..fac478e94 100644 --- a/core/python/PKGBUILD +++ b/core/python/PKGBUILD @@ -14,9 +14,9 @@ shopt -s extglob pkgbase=python pkgname=(python python-tests) pkgver=3.11.5 -pkgrel=1 +pkgrel=2 _pybasever=${pkgver%.*} -pkgdesc="Next generation of the python high-level scripting language" +pkgdesc="The Python programming language" arch=('x86_64') license=('custom') url="https://www.python.org/" @@ -93,9 +93,10 @@ check() { } package_python() { - optdepends=('python-setuptools' - 'python-pip' - 'sqlite' + optdepends=('python-setuptools: for building Python packages using tooling that is usually bundled with Python' + 'python-pip: for installing Python packages using tooling that is usually bundled with Python' + 'python-pipx: for installing Python software not packaged on Arch Linux' + 'sqlite: for a default database integration' 'mpdecimal: for decimal' 'xz: for lzma' 'tk: for tkinter')