summaryrefslogtreecommitdiff
path: root/pcr/python-redmine/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/python-redmine/PKGBUILD')
-rw-r--r--pcr/python-redmine/PKGBUILD18
1 files changed, 12 insertions, 6 deletions
diff --git a/pcr/python-redmine/PKGBUILD b/pcr/python-redmine/PKGBUILD
index e0fbd9eba..4d729f491 100644
--- a/pcr/python-redmine/PKGBUILD
+++ b/pcr/python-redmine/PKGBUILD
@@ -1,18 +1,24 @@
# Maintainer(Aur): Konstantin Shalygin <k0ste@k0ste.ru>
-# Contributor(Aur): Konstantin Shalygin <k0ste@k0ste.ru>
-# Contributor(Aur): Sebastien Leduc <sebastien@sleduc.fr>
+# Contributor: Konstantin Shalygin <k0ste@k0ste.ru>
+# Contributor: Sebastien Leduc <sebastien@sleduc.fr>
# parabola changes and rationale:
-# - Bumped version to 2.3.0
-# Patch status: sent in Aur, waiting review:
-# https://aur.archlinux.org/pkgbase/python-redmine/#news
+# - 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+=.parabola2
pkgdesc="Python library for communicating with a Redmine project management application"
-arch=("any")
+arch=('armv7h' 'i686' 'x86_64')
url="https://${pkgbase}.com/"
makedepends=('python' 'python-setuptools'
'python2' 'python2-setuptools')