summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli2019-07-06 03:23:10 +0200
committerAlexander Couzens2019-09-10 05:07:31 +0200
commit033e6bd3bd9f9481bb6a58e6cf532887b83efc3a (patch)
tree81a88366c74a2c2d3c7628860c7947ee00c9cef8
parente4aa540b2ec9f3e95fa7446f89d4d116171c8c64 (diff)
downloadaur-033e6bd3bd9f9481bb6a58e6cf532887b83efc3a.tar.gz
Make the package architecture dependent to enable shipping it.
While this works in AUR, because users are building the PKGBUILD, distributions wanting to use this PKGBUILD as-is and ship packages produced with it will have an issue as the package built will be installable on any architecture, but the binaries in the packages are not architecture independant. Signed-off-by: Denis 'GNUtoo' Carikli GNUtoo@cyberdimension.org PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33b50460028b..238566bb4574 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _gitname=libxtrxdsp
pkgver=r10.614f52694ac0
pkgrel=2
pkgdesc="DSP specific function for SDR in general and XTRX in specific"
-arch=('any')
+arch=('armv7h' 'i686' 'x86_64')
url="https://github.com/xtrx-sdr/libxtrxdsp"
license=('LGPL')
makedepends=('git' 'cmake')