summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f38353cd984d..c3a8459ba684 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# https://github.com/michaellass/AUR
pkgname=qt-dab
-pkgver=4.3.5.1
-_prefix= # name of tarball and contents change from release to release
-_pkgver=4.351 # official versioning not compatible with pacman
+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
_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=('420f05178dd25beb39987146a74ae3d1150820d2330ea49e6a614df5447b4682')
+sha256sums=('c74def9de66120e16b343bce5e4de1c00f839d97f9ca03655ae6d4c5ad80befc')
prepare() {
cd "${_prefix}${pkgname}-${_pkgver}"