Package Details: sdrpp-git 1.0.4.r561.eab4264-1

Git Clone URL: https://aur.archlinux.org/sdrpp-git.git (read-only, click to copy)
Package Base: sdrpp-git
Description: The bloat-free SDR receiver
Upstream URL: https://www.sdrpp.org/
Keywords: sdr++ sdr-plus-plus
Licenses: GPL3
Conflicts: sdrpp
Provides: sdrpp
Submitter: ryzerth
Maintainer: thotypous (ryzerth, 2WheelDev, eclairevoyant, dnaeon)
Last Packager: eclairevoyant
Votes: 21
Popularity: 0.78
First Submitted: 2021-02-14 23:36 (UTC)
Last Updated: 2024-01-24 00:49 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

2WheelDev commented on 2022-11-21 21:41 (UTC)

So back in October I contacted ryzerth regarding the pkgver issue and to offer assistance with maintaining the package, unfortunately no progress was made. I have waited before posting this, but as it has now been over a month without any attempt to make an update, I feel it was time to update everyone

I know about it. As I've mentioned on the github, the PC that I use for the AUR is currently out of service.

It will be edited when I get the time to fix it.

It's never been an issue since the master branch sees one or more commits a day most of the time anyway.

So there we go!

Yamashiro commented on 2022-11-11 23:20 (UTC)

Second/thirding the request for the pkgver change, adding the package IgnorePkg is not a really a recommended workaround.

mihaly4 commented on 2022-11-10 09:28 (UTC)

Can you add systemd service file for sdr++ server mode?

deadite66 commented on 2022-11-05 15:52 (UTC) (edited on 2022-11-05 15:52 (UTC) by deadite66)

@ut4nj add sdrpp-git to IgnorePkg in /etc/pacman.conf

https://wiki.archlinux.org/title/pacman#Skip_package_from_being_upgraded

ut4nj commented on 2022-11-05 15:32 (UTC) (edited on 2024-04-19 17:27 (UTC) by ut4nj)

1

abougouffa commented on 2022-03-11 12:11 (UTC)

Thank you for the package, however, it is a little bit annoying each time I run yay, the version generated is always interpreted to be behind the package version. A better pkgver() style can be used like this: (as mentioned in the VCS package guidelines).

Please change `pkgver()' to this one:

pkgver() {
  cd "SDRPlusPlus"
  git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

EndlessEden commented on 2022-02-04 16:56 (UTC)

can you change the pkgver string to this (git describe --tags | sed 's/([^-]*-g)/r\1/;s/-/./g'| sed 's/.r/\n/g' | head -1)

This produces more accurate versioning (major.minor.addendum.git-revision.commit#) - This follows all best practices.

janmrog commented on 2022-02-04 10:46 (UTC)

Could you add a pipewire compatibility modification according to this isssue? https://github.com/AlexandreRouma/SDRPlusPlus/issues/173

manofsteal123 commented on 2022-01-12 16:57 (UTC)

I've tried editing the SRCINFO and PKGBUILD at build time with ---> pkgver=1.0.4 pkgrel=5 but it still builds with the wrong build number.(example: "r1045.1185e4e-1") Any suggestions on how to correct it. When I update the system I get this aur/sdrpp-git r1045.1185e4e-1 -> 1.0.4-5 it updates fine but it repeats every update.

EndlessEden commented on 2021-12-09 11:33 @ryzerth - Versioning is broken; resorting to exclusively revision.commit version-$pkgrel (example: "r1001.f8ff67c-1")

it should use, application version.revision.commit version-$pkgrel (example: "1.0.5.r1001.f8ff67c-1")

Current versioning breaks package comparisons against sdrpp