mirror of
https://github.com/archlinux/aur.git
synced 2026-02-15 13:02:08 +01:00
update to 20240117 and do the SPDX thingy idk
This commit is contained in:
parent
f6fdfa4569
commit
8dfb05b4e5
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,11 +1,11 @@
|
|||
pkgbase = chirp-next
|
||||
pkgdesc = GUI tool for programming ham radios, built from daily build
|
||||
pkgver = 20231223
|
||||
pkgver = 20240117
|
||||
pkgrel = 2
|
||||
url = https://chirp.danplanet.com
|
||||
install = chirp-next.install
|
||||
arch = any
|
||||
license = GPL3
|
||||
license = GPL-3.0-or-later
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-wheel
|
||||
|
|
@ -22,7 +22,7 @@ pkgbase = chirp-next
|
|||
conflicts = chirp
|
||||
conflicts = chirp-daily
|
||||
options = !emptydirs
|
||||
source = chirp-next-20231223.tar.gz::https://trac.chirp.danplanet.com/chirp_next/next-20231223/chirp-20231223.tar.gz
|
||||
sha1sums = 31262bc8a7cd03bbbd01a08f33d0cfb75422f772
|
||||
source = chirp-next-20240117.tar.gz::https://trac.chirp.danplanet.com/chirp_next/next-20240117/chirp-20240117.tar.gz
|
||||
sha1sums = fab1b311563a5a717fe5c8e53e81c1f0cd6434ee
|
||||
|
||||
pkgname = chirp-next
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -5,12 +5,12 @@
|
|||
# Contributor: Erez Raviv (erezraviv@gmail.com)
|
||||
|
||||
pkgname=chirp-next
|
||||
pkgver=20231223
|
||||
pkgver=20240117
|
||||
pkgrel=2
|
||||
pkgdesc="GUI tool for programming ham radios, built from daily build"
|
||||
arch=('any')
|
||||
url="https://chirp.danplanet.com"
|
||||
license=('GPL3')
|
||||
license=('GPL-3.0-or-later')
|
||||
depends=('python-six' 'python-pyserial' 'python-future' 'python-requests' 'python-suds' 'python-yattag' 'python-wxpython')
|
||||
optdepends=('hamradio-menus: XDG menus for ham radio software')
|
||||
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
|
||||
|
|
@ -20,7 +20,7 @@ provides=(chirp)
|
|||
install=$pkgname.install
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://trac.chirp.danplanet.com/chirp_next/next-${pkgver}/chirp-${pkgver}.tar.gz")
|
||||
# Checksums: https://trac.chirp.danplanet.com/chirp_next/next-$pkgver/SHA1SUM
|
||||
sha1sums=('31262bc8a7cd03bbbd01a08f33d0cfb75422f772')
|
||||
sha1sums=('fab1b311563a5a717fe5c8e53e81c1f0cd6434ee')
|
||||
|
||||
build() {
|
||||
cd "chirp-${pkgver}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue