summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorericek1112023-04-22 16:40:05 +0200
committerericek1112023-04-22 16:40:05 +0200
commitf27cc955c9414f7a33308a20a2772099a95f0b59 (patch)
treeafd1931a8bd911cc54ed0803012c4dedca2efe17
parent1c44a1aaf13dcb42434ed685d94a5c2996d61324 (diff)
downloadaur-mshv.tar.gz
workaround for arch bug #78055
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b98964f120d..4b422fe6692d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mshv
pkgdesc = Amateur radio software by LZ2HV for digital modes MSK, JTMS, FSK, ISCAT, JT6M, FT8/4, JT65, PI4, Q65.
- pkgver = 269
+ pkgver = 270
pkgrel = 1
url = http://lz2hv.org/mshv
arch = any
@@ -13,10 +13,10 @@ pkgbase = mshv
depends = hamradio-menus
provides = mshv
conflicts = mshv
- source = https://downloads.sourceforge.net/project/mshv/MSHV_269_Full_Source_Code.zip
+ source = https://downloads.sourceforge.net/project/mshv/MSHV_270_Full_Source_Code.zip
source = mshv_launcher.sh
source = mshv.desktop
- md5sums = 4fa63a5af5f04ff75c96f41a13be6a51
+ md5sums = a7ba795e5a895eb8c69e4b9afc5cd786
md5sums = SKIP
md5sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d565844b5468..67dd0674fded 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Bročko <erik.brocko@letemsvetemapplem.eu>
pkgname=mshv
-pkgver=269
+pkgver=270
pkgrel=1
pkgdesc="Amateur radio software by LZ2HV for digital modes MSK, JTMS, FSK, ISCAT, JT6M, FT8/4, JT65, PI4, Q65."
arch=('any')
@@ -15,11 +15,11 @@ provides=('mshv')
# This is suboptimal. But pkgver doesn't seem to get updated soon enough to allow sources to properly download.
_sfrss="$(curl -s -L "https://sourceforge.net/projects/mshv/rss?path=/")"
_latestver="$(echo "$_sfrss" | \
- grep -Poi ' url="https://sourceforge.net/projects/mshv/files/MSHV_\K(\d+)_Full_Source_Code\.zip/download" filesize="\d+"><media:hash algo="md5">([a-fA-F\d]{32})</media:hash></media:content>'\
+ grep -Poi ' url="https://sourceforge.net/projects/mshv/files/MSHV_\K(\d+)_Full_Source_Code\.zip/download" filesize="\d+"><media:hash algo="md5">([a-fA-F0-9]{32})</media:hash></media:content>'\
| head -n1 \
| cut -d '_' -f 1)"
_latesthash="$(echo "$_sfrss" | \
- grep -Poi ' url="https://sourceforge.net/projects/mshv/files/MSHV_(\d+)_Full_Source_Code\.zip/download" filesize="\d+"><media:hash algo="md5">\K([a-fA-F\d]{32})</media:hash></media:content>'\
+ grep -Poi ' url="https://sourceforge.net/projects/mshv/files/MSHV_(\d+)_Full_Source_Code\.zip/download" filesize="\d+"><media:hash algo="md5">\K([a-fA-F0-9]{32})</media:hash></media:content>'\
| head -n1 \
| cut -d '<' -f 1)"