Package Details: libusb3380-git r15.c83d1e93eb3a-2

Git Clone URL: https://aur.archlinux.org/libusb3380-git.git (read-only, click to copy)
Package Base: libusb3380-git
Description: USB3380 abstraction layer for libusb
Upstream URL: https://github.com/xtrx-sdr/libusb3380
Keywords: sdr xtrx
Licenses: LGPL
Provides: libusb3380
Submitter: lynxis
Maintainer: lynxis
Last Packager: lynxis
Votes: 1
Popularity: 0.150423
First Submitted: 2019-04-22 17:36 (UTC)
Last Updated: 2021-07-10 13:38 (UTC)

Dependencies (3)

Required by (2)

Sources (1)

Latest Comments

dreieck commented on 2024-04-17 11:06 (UTC)

Please add conflicts=("libusb3380").
Regards and thanks for maintaining!

xiretza commented on 2021-07-02 19:24 (UTC)

That's not actually a problem - but if you run makepkg, pkgver is "updated" to r15.c83d1e9, which is "newer" than the current r15.c83d1e93eb3a.

lynxis commented on 2021-07-02 19:20 (UTC)

No idea where it comes from. I've fixed a newline in the .SRCINFO.

df8oe commented on 2021-05-06 06:28 (UTC)

This is in an "update-loop" for me now on all my machines (5). Newest Version is installaed, but yay reports avery time I start it that there is an update, during update pacman tells "already up-2-date - reinstall and so on.

xiretza commented on 2021-04-30 06:55 (UTC)

echoing @lainpants here, would it be possible to update the pkgver in .SRCINFO to match what's actually produced by pkgver()?

lainpants commented on 2020-01-04 07:25 (UTC)

Please update pkgver in the PKGBUILD to match what pkgver() emits so that yay (and possibly other AUR package managers) can correctly detect if the package is out of date:

:: 2 Packages to upgrade.
2  aur/liblms7002m-xtrx-git  r9.bfd5418-1  -> r9.bfd5418098f1-3
1  aur/libusb3380-git        r15.c83d1e9-1 -> r15.c83d1e93eb3a-2

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

Hi Denis,

thanks for the patch. It's hard to get the patch out of this webiface. Can you send me your patches next time via mail?

Best, lynxis

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

Hi,

Here's a patch.

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

From d19c592e74c7bb847ce678cb14e4e509a4abcfdd 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 92def8d..e313f9e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgver=r15.c83d1e93eb3a pkgrel=1 pkgdesc="USB3380 abstraction layer for libusb" _gitname=libusb3380 -arch=('any') +arch=('armv7h' 'i686' 'x86_64') url="https://github.com/xtrx-sdr/libusb3380" license=('LGPL') makedepends=('git' 'cmake') -- 2.22.0