summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Laß2022-06-30 21:21:31 +0200
committerMichael Laß2022-06-30 21:21:31 +0200
commitaaa73b68ff537405de810e4e03109d147b73a384 (patch)
tree9b55468847c0b05da20fe2a06c0a396a7eee31ab
parente3d7ebeffd3f7b3a6601eb84bfce1864af0a3685 (diff)
downloadaur-aaa73b68ff537405de810e4e03109d147b73a384.tar.gz
Update to 4.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd3509d72b73..95a633edd787 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qt-dab
pkgdesc = Software DAB decoder for use with various SDR devices
- pkgver = 4.4.1
+ pkgver = 4.4.2
pkgrel = 1
url = https://www.sdr-j.tk/
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = qt-dab
optdepends = libad9361: Support for Pluto
optdepends = rtl-sdr: Support for RTL-SDR
optdepends = libsdrplay: Support for SDRplay
- source = https://github.com/JvanKatwijk/qt-dab/archive/refs/tags/4.4.1.tar.gz
- sha256sums = 84f6882a9535385fa2bcf0457f1c2fcfd5b5aed0e39baa444c4d2c29bc5eac4c
+ source = https://github.com/JvanKatwijk/qt-dab/archive/refs/tags/4.4.2.tar.gz
+ sha256sums = a19413f4d2d1adb30169462744c6b2f4eec357ac26c563688f147a73396d552b
pkgname = qt-dab
diff --git a/PKGBUILD b/PKGBUILD
index 5f39641364ed..8566b63b93e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# https://github.com/michaellass/AUR
pkgname=qt-dab
-pkgver=4.4.1
+pkgver=4.4.2
_prefix= # name of tarball and contents change from release to release
-_pkgver=4.4.1 # official versioning not compatible with pacman
+_pkgver=4.4.2 # official versioning not necessarily compatible with pacman
_binary=${pkgname}-${_pkgver}
pkgrel=1
pkgdesc="Software DAB decoder for use with various SDR devices"
@@ -21,7 +21,7 @@ optdepends=('airspy: Support for Airspy'
'rtl-sdr: Support for RTL-SDR'
'libsdrplay: Support for SDRplay')
source=("https://github.com/JvanKatwijk/${pkgname}/archive/refs/tags/${_prefix}${_pkgver}.tar.gz")
-sha256sums=('84f6882a9535385fa2bcf0457f1c2fcfd5b5aed0e39baa444c4d2c29bc5eac4c')
+sha256sums=('a19413f4d2d1adb30169462744c6b2f4eec357ac26c563688f147a73396d552b')
prepare() {
cd "${_prefix}${pkgname}-${_pkgver}"