Search Criteria
Package Details: liblms7002m-xtrx-git r10.b07761b73861-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/liblms7002m-xtrx-git.git (read-only, click to copy) |
---|---|
Package Base: | liblms7002m-xtrx-git |
Description: | A Compact LMS7002 library suitable for MCU. Use by the xtrx sdr. |
Upstream URL: | https://github.com/xtrx-sdr/liblms7002m |
Keywords: | sdr xtrx |
Licenses: | LGPL |
Provides: | liblms7002m-xtrx |
Submitter: | lynxis |
Maintainer: | lynxis |
Last Packager: | lynxis |
Votes: | 1 |
Popularity: | 0.002462 |
First Submitted: | 2019-04-22 17:44 (UTC) |
Last Updated: | 2021-07-10 13:42 (UTC) |
Latest Comments
xiretza commented on 2021-07-08 07:09 (UTC)
Or the package author could fix their git configuration to not mess with version numbers in PKGBUILDS (either by not setting
core.abbrev
globally, or by building in a clean chroot).df8oe commented on 2021-07-07 20:00 (UTC)
To fix this you simply have to change line 17 to
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=12 HEAD)"
df8oe commented on 2021-07-07 09:05 (UTC) (edited on 2021-07-07 19:31 (UTC) by df8oe)
liblms7002m-xtrx-git, ibxtrx-git and libxtrxdsp-git are in an update loop now. This is because of the difference between package name and version string. Functionality is ok. E. g. package name: r10.b07761b-1 and available version r10.b07761b73861-1, but after an update the name is same as before.
lynxis commented on 2021-07-02 19:13 (UTC)
Thanks @xiretz & lainpants.
xiretza commented on 2021-04-24 09:49 (UTC)
Also, python-cheetah should be a makedepends.
lainpants commented on 2020-05-26 18:48 (UTC)
Upstream migrated to python3, the
python2-cheetah
dep needs changed topython-cheetah3
lainpants commented on 2020-01-04 07:24 (UTC)
Please update
pkgver
in the PKGBUILD to match what pkgver() emits so thatyay
(and possibly other AUR package managers) can correctly detect if the package is out of date:lynxis commented on 2019-09-10 03:32 (UTC)
Thanks, applied.
GNUtoo commented on 2019-07-06 01:39 (UTC)
Hi,
Here are two patches:
0001-Make-the-package-architecture-dependent-to-enable-sh.patch:
0002-Add-python2-cheetah-build-dependency.patch: