Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
hackrf
Commits:
2556d366 by Carl Smedstad at 2024-10-26T13:04:44+02:00
upgpkg: 2024.02.1-3: Update URL
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = hackrf
pkgdesc = Driver for HackRF, allowing general purpose software defined
radio (SDR)
pkgver = 2024.02.1
- pkgrel = 2
- url = https://github.com/mossmann/hackrf
+ pkgrel = 3
+ url = https://github.com/greatscottgadgets/hackrf
arch = x86_64
license = GPL-2.0-or-later
makedepends = cmake
depends = fftw
depends = glibc
depends = libusb
- source =
https://github.com/mossmann/hackrf/releases/download/v2024.02.1/hackrf-2024.02.1.tar.xz
+ source =
https://github.com/greatscottgadgets/hackrf/releases/download/v2024.02.1/hackrf-2024.02.1.tar.xz
source = hackrf.conf
sha256sums =
d9ced67e6b801cd02c18d0c4654ed18a4bcb36c24a64330c347dfccbd859ad16
sha256sums =
8246a539049ec2bd6226337d8d9b4f48bd503d77de13408a5751d2a60dc76965
=====================================
PKGBUILD
=====================================
@@ -4,10 +4,10 @@
pkgname=hackrf
pkgver=2024.02.1
-pkgrel=2
+pkgrel=3
pkgdesc="Driver for HackRF, allowing general purpose software defined radio
(SDR)"
arch=(x86_64)
-url="https://github.com/mossmann/hackrf"
+url="https://github.com/greatscottgadgets/hackrf"
license=('GPL-2.0-or-later')
depends=(
fftw
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hackrf/-/commit/2556d3667c61fc2528f6ea3a17805c809ef883e5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hackrf/-/commit/2556d3667c61fc2528f6ea3a17805c809ef883e5
You're receiving this email because of your account on gitlab.archlinux.org.