summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Laß2022-06-21 21:40:40 +0200
committerMichael Laß2022-06-21 21:40:40 +0200
commite3d7ebeffd3f7b3a6601eb84bfce1864af0a3685 (patch)
tree08fdd9ad9764184f067be3581ada5755e23f3e81
parent61ff850939ac466ec4d47d526e6129985037c47b (diff)
downloadaur-e3d7ebeffd3f7b3a6601eb84bfce1864af0a3685.tar.gz
Update to 4.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 577e511d74d1..fd3509d72b73 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
+ pkgver = 4.4.1
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/qt-dab-4.4.tar.gz
- sha256sums = c74def9de66120e16b343bce5e4de1c00f839d97f9ca03655ae6d4c5ad80befc
+ source = https://github.com/JvanKatwijk/qt-dab/archive/refs/tags/4.4.1.tar.gz
+ sha256sums = 84f6882a9535385fa2bcf0457f1c2fcfd5b5aed0e39baa444c4d2c29bc5eac4c
pkgname = qt-dab
diff --git a/PKGBUILD b/PKGBUILD
index c3a8459ba684..5f39641364ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# https://github.com/michaellass/AUR
pkgname=qt-dab
-pkgver=4.4
-_prefix=qt-dab- # name of tarball and contents change from release to release
-_pkgver=4.4 # official versioning not compatible with pacman
+pkgver=4.4.1
+_prefix= # name of tarball and contents change from release to release
+_pkgver=4.4.1 # official versioning not 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=('c74def9de66120e16b343bce5e4de1c00f839d97f9ca03655ae6d4c5ad80befc')
+sha256sums=('84f6882a9535385fa2bcf0457f1c2fcfd5b5aed0e39baa444c4d2c29bc5eac4c')
prepare() {
cd "${_prefix}${pkgname}-${_pkgver}"