From f501b0c7cf7dbedbf1aece84d99c7ee314337dce Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 20 Jan 2022 01:32:56 +0100 Subject: 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 --- pcr/python-redmine/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit v1.2.3