Package Details: chirp-next 20250307-1

Git Clone URL: https://aur.archlinux.org/chirp-next.git (read-only, click to copy)
Package Base: chirp-next
Description: GUI tool for programming ham radios
Upstream URL: https://chirpmyradio.com/projects/chirp/wiki/Home
Keywords: ham radio
Licenses: GPL-3.0-or-later
Conflicts: chirp, chirp-daily
Provides: chirp
Submitter: WT5A
Maintainer: WT5A (schinfo)
Last Packager: schinfo
Votes: 78
Popularity: 0.89
First Submitted: 2023-01-22 22:04 (UTC)
Last Updated: 2025-03-07 12:32 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 15 Next › Last »

dhtseany commented on 2021-03-19 19:04 (UTC) (edited on 2021-03-19 19:28 (UTC) by dhtseany)

Hi, python2-lxml and python2-pyserial are no longer valid packages.

Edit: Through a bit of trial and error I can confirm that python-pyserial is not a drop-in replacement for python2-pyserial as I catch errors during the build if I update the PKGBUILD manually to require the dependencies list.

Anyone got any ideas what happened to python2-pyserial?

jsimon0 commented on 2021-03-17 16:54 (UTC)

Here is an updated PKGBUILD for the 20210310 version

# Maintainer: Erez Raviv (erezraviv@gmail.com)
# Maintainer: Ashley Roll (ash@digitalnemesis.com)
pkgname=chirp-daily
pkgver=20210310
pkgrel=1
pkgdesc="Latest build for GUI tool for programming ham radios"
arch=('any')
url="http://chirp.danplanet.com/"
license=('GPL3')
depends=('python2-lxml' 'python2-pyserial' 'pygtk')
optdepends=('hamradio-menus')
options=(!emptydirs)
conflicts=(chirp)
provides=(chirp)
install=
sha1sums=(54729ac1e888f3fe8fa61f78f1e30a59c9d1b2e3)
DLAGENTS=("https::/usr/bin/curl -k -o %o %u")
source=("https://trac.chirp.danplanet.com/chirp_daily/daily-$pkgver/chirp-daily-$pkgver.tar.gz")

build() {
  tar xvf $pkgname-$pkgver.tar.gz
}

package() {
  cd "$pkgname-$pkgver"
  python2 setup.py install --root="$pkgdir/" --optimize=1
}

RadiOperatoR commented on 2020-11-16 10:24 (UTC)

works fine on my TYT with $sudo chirpw

ashleyr commented on 2020-08-10 10:46 (UTC)

Thanks @gearshift, I pushed the 20200807 update. Let me know if there are any issues.

gearshift commented on 2020-08-05 23:37 (UTC)

Thanks ashleyr, I added you as a co-maintainer. blacknight, if more help is needed I'll ask again in the comments.

blacknight commented on 2020-08-04 22:31 (UTC)

I would be willing to help co-maintain also.

ashleyr commented on 2020-08-04 22:29 (UTC)

@gearshift I'd be happy to take on the co-maintenance of the package with you.

kiankasad commented on 2020-08-04 19:26 (UTC)

@gearshift I don't use chirp very often, so I'll decline. I'm also deleting my other package now that this one is up-to-date.

gearshift commented on 2020-08-04 19:12 (UTC)

ashleyr or kiankasad, if you are still interested in helping out I can add you as co-maintainers.

kiankasad commented on 2020-06-08 19:12 (UTC)

I created another PKGBUILD which will fetch the latest version automatically. Unfortunately, it isn't as secure, because the SHA-1 hashes can't be created dynamically. For now, I've created a new package, chirp-daily-latest. If you'd like to incorporate this PKGBUILD, I'll go ahead and delete that other package.