Package Details: libxtrxll-git r42.1b6eddfbedc7-2

Git Clone URL: https://aur.archlinux.org/libxtrxll-git.git (read-only, click to copy)
Package Base: libxtrxll-git
Description: Low level XTRX hardware abstraction library
Upstream URL: https://github.com/xtrx-sdr/libxtrxll
Keywords: sdr xtrx
Licenses: LGPL
Conflicts: libxtrxll
Provides: libxtrxll
Submitter: lynxis
Maintainer: lynxis
Last Packager: lynxis
Votes: 1
Popularity: 0.156625
First Submitted: 2019-04-22 17:58 (UTC)
Last Updated: 2021-07-10 13:39 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Latest Comments

df8oe commented on 2021-07-10 16:04 (UTC)

...and the patch to solve the update loop (--short=12) also works as expected. Thank you for fixing!

lynxis commented on 2019-09-10 03:36 (UTC)

Thanks, applied.

GNUtoo commented on 2019-07-06 01:49 (UTC)

Hi,

Here's a patch.

0001-Make-the-package-architecture-dependent-to-enable-sh.patch:

From 309ab94d8cea660f5e88b501e12987a3e4f7348f Mon Sep 17 00:00:00 2001
From: Denis 'GNUtoo' Carikli GNUtoo@cyberdimension.org
Date: Sat, 6 Jul 2019 03:23:10 +0200
Subject: [PATCH] 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(-)

diff --git a/PKGBUILD b/PKGBUILD index 3cad0ab..ce090df 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ _gitname=libxtrxll pkgver=r33.50176aff00ae pkgrel=1 pkgdesc="Low level XTRX hardware abstraction library" -arch=('any') +arch=('armv7h' 'i686' 'x86_64') url="https://github.com/xtrx-sdr/libxtrxll" license=('LGPL') makedepends=('git' 'cmake') -- 2.22.0