diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-01-19 23:54:43 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-01-19 23:54:43 +0100 |
commit | 8e00927de4ad367ef9d1fbb0279fbaf1ccb6206f (patch) | |
tree | a501c6592781c13578667704b8814eeb90bf98e7 /pcr | |
parent | 91fdeb9d870acb2e67c7369987b65beb9c0244d7 (diff) | |
download | abslibre-8e00927de4ad367ef9d1fbb0279fbaf1ccb6206f.tar.gz abslibre-8e00927de4ad367ef9d1fbb0279fbaf1ccb6206f.tar.bz2 abslibre-8e00927de4ad367ef9d1fbb0279fbaf1ccb6206f.zip |
pcr: python-redmine: make it architecture specific
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/python-redmine/PKGBUILD | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/pcr/python-redmine/PKGBUILD b/pcr/python-redmine/PKGBUILD index d8726309a..f73580c70 100644 --- a/pcr/python-redmine/PKGBUILD +++ b/pcr/python-redmine/PKGBUILD @@ -3,14 +3,20 @@ # Contributor(Aur): Sebastien Leduc <sebastien@sleduc.fr> # parabola changes and rationale: -# - No changes beside pkgrel+=.parabola1 which is only -# meant to recompile the package if needed. +# - Switched from any to ('armv7h' 'i686' 'x86_64') because +# at the time of writing, the python version is not the same +# on all the supported architectures: +# armv7h: Python 3.10.1 (main, Dec 26 2021, 17:22:10) [GCC 10.2.0] on linux +# i686: Python 3.9.9 (main, Nov 27 2021, 18:13:53) +# x86_64: Python 3.10.1 (main, Dec 18 2021, 23:53:45) [GCC 11.1.0] on linux +# - Added pkgrel+=.parabola1 to enable to rebuild the package +# if needed. pkgbase='python-redmine' pkgname=('python-redmine' 'python2-redmine') pkgver=2.3.0 pkgrel=1 -pkgrel+=.parabola1 +pkgrel+=.parabola2 pkgdesc="Python library for communicating with a Redmine project management application" arch=("any") url="https://${pkgbase}.com/" |