summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-01-20 01:32:56 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-01-20 01:32:59 +0100
commitf501b0c7cf7dbedbf1aece84d99c7ee314337dce (patch)
tree0cc2a093bc3f9c37cc580648fc4c191b3d5b4c57
parent8e00927de4ad367ef9d1fbb0279fbaf1ccb6206f (diff)
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>
-rw-r--r--pcr/python-redmine/PKGBUILD2
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')