diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-01-20 01:32:56 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-01-20 01:32:59 +0100 |
commit | f501b0c7cf7dbedbf1aece84d99c7ee314337dce (patch) | |
tree | 0cc2a093bc3f9c37cc580648fc4c191b3d5b4c57 /pcr/python-redmine | |
parent | 8e00927de4ad367ef9d1fbb0279fbaf1ccb6206f (diff) | |
download | abslibre-f501b0c7cf7dbedbf1aece84d99c7ee314337dce.tar.gz abslibre-f501b0c7cf7dbedbf1aece84d99c7ee314337dce.tar.bz2 abslibre-f501b0c7cf7dbedbf1aece84d99c7ee314337dce.zip |
pcr: python-redmine: actually make it architecture specific
In the previous commit, I forgot to actually do the change.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr/python-redmine')
-rw-r--r-- | pcr/python-redmine/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/python-redmine/PKGBUILD b/pcr/python-redmine/PKGBUILD index f73580c70..d6b066fbe 100644 --- a/pcr/python-redmine/PKGBUILD +++ b/pcr/python-redmine/PKGBUILD @@ -18,7 +18,7 @@ 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') |