summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 352dfce580c0..4c515eacfe27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openwebrx-plus
pkgdesc = Open source, multi-user SDR receiver software with a web interface
- pkgver = 1.2.57
+ pkgver = 1.2.59
pkgrel = 1
url = https://luarvique.github.io/ppa/
install = openwebrx-plus.install
@@ -48,12 +48,13 @@ pkgbase = openwebrx-plus
optdepends = soapyuhd: interfacing with UHD / USRP devices
optdepends = soapyfcdpp-git: interfacing with the Funcube Dongle Pro+
optdepends = soapybladerf: interfacing with Blade RF devices
+ optdepends = soapymiri-git: interfacing with Mirics-based hardware (MSi001 + MSi2500)
provides = openwebrx
conflicts = openwebrx
- source = openwebrx-plus-1.2.57.tar.gz::https://github.com/luarvique/openwebrx/archive/1.2.57.tar.gz
+ source = openwebrx-plus-1.2.59.tar.gz::https://github.com/luarvique/openwebrx/archive/1.2.59.tar.gz
source = openwebrx-plus.sysusers
source = openwebrx-plus.tmpfiles
- sha256sums = 006a4d9d16fc01445e75486508bfc0934b8f8dc950ea96b59233de6cf19c0e39
+ sha256sums = b38e44599dd683d23b7aaf488bd16aed03ddcb4ef308410d72627997021ebe45
sha256sums = 4ec6dec1df40a1f3db62a2add760f97cf870d65a2c1d5b63cd9b22704754f997
sha256sums = eea488bd3f4c76b46bffbf3c88691818f93ad73db98c18659856d1690b0deade
diff --git a/PKGBUILD b/PKGBUILD
index 13b9cd965a98..c04dac665aec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='openwebrx-plus'
_pkgname='openwebrx'
-pkgver='1.2.57'
+pkgver='1.2.59'
pkgrel='1'
pkgdesc='Open source, multi-user SDR receiver software with a web interface'
arch=('any')
@@ -53,6 +53,7 @@ optdepends=(
'soapyuhd: interfacing with UHD / USRP devices'
'soapyfcdpp-git: interfacing with the Funcube Dongle Pro+'
'soapybladerf: interfacing with Blade RF devices'
+ 'soapymiri-git: interfacing with Mirics-based hardware (MSi001 + MSi2500)'
)
source=(
"$pkgname-$pkgver".tar.gz::"https://github.com/luarvique/openwebrx/archive/$pkgver.tar.gz"
@@ -60,7 +61,7 @@ source=(
'openwebrx-plus.tmpfiles'
)
sha256sums=(
- '006a4d9d16fc01445e75486508bfc0934b8f8dc950ea96b59233de6cf19c0e39'
+ 'b38e44599dd683d23b7aaf488bd16aed03ddcb4ef308410d72627997021ebe45'
'4ec6dec1df40a1f3db62a2add760f97cf870d65a2c1d5b63cd9b22704754f997'
'eea488bd3f4c76b46bffbf3c88691818f93ad73db98c18659856d1690b0deade'
)