mirror of
https://github.com/archlinux/aur.git
synced 2026-02-15 13:02:08 +01:00
update to 20250801-2 (fix for DLAGENTS)
This commit is contained in:
parent
8431a3fbf4
commit
46c4b81ca3
2 changed files with 6 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = chirp-next
|
||||
pkgdesc = GUI tool for programming ham radios
|
||||
pkgver = 20250801
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://chirpmyradio.com/projects/chirp/wiki/Home
|
||||
install = chirp-next.install
|
||||
arch = any
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=chirp-next
|
||||
pkgver=20250801
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="GUI tool for programming ham radios"
|
||||
arch=('any')
|
||||
url="https://chirpmyradio.com/projects/chirp/wiki/Home"
|
||||
|
|
@ -24,6 +24,10 @@ source=("${pkgname}-${pkgver}.tar.gz::https://archive.chirpmyradio.com/chirp_nex
|
|||
# Checksums: https://archive.chirpmyradio.com/chirp_next/next-$pkgver/SHA1SUM
|
||||
sha1sums=('5757abf47b454e0bc54bfd5873a558db4242d124')
|
||||
|
||||
# User-Agent override workaround for nitpicky Cloudflare config; see:
|
||||
# https://wiki.archlinux.org/title/Nonfree_applications_package_guidelines#Custom_DLAGENTS
|
||||
DLAGENTS=("https::/usr/bin/curl -A 'Mozilla' -fLC - --retry 3 --retry-delay 3 -o %o %u")
|
||||
|
||||
build() {
|
||||
cd "chirp-${pkgver}"
|
||||
python -m build --wheel --no-isolation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue