summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Laß2022-04-07 21:16:02 +0200
committerMichael Laß2022-04-07 21:16:02 +0200
commitce54367a232515a6ba5adf1739f5eebf1848ffdb (patch)
tree227591507fa9c775dee77a8e91189d82c0adc3c0
parent4cece35335ddc367a89329b159f4f3d77420d25c (diff)
downloadaur-ce54367a232515a6ba5adf1739f5eebf1848ffdb.tar.gz
Update to 4.351
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e5314b5c84d..89c49ad39ab0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qt-dab
pkgdesc = Software DAB decoder for use with various SDR devices
- pkgver = 4.3.5
+ pkgver = 4.3.5.1
pkgrel = 1
url = https://www.sdr-j.tk/
arch = x86_64
@@ -18,9 +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.35.tar.gz
- source = https://github.com/JvanKatwijk/qt-dab/commit/59a3761e8a2f9aba8fd6e5b471f9c6508c29f274.patch
- sha256sums = 5180eb2f4c51406143dc498a8260cf26dc41978d4328560b9aeac3d179022775
- sha256sums = e9e01b0df5afaee4b8cf564334f87ebd91d80725c557f3dcecc7805a54924c8d
+ source = https://github.com/JvanKatwijk/qt-dab/archive/refs/tags/4.351.tar.gz
+ sha256sums = 420f05178dd25beb39987146a74ae3d1150820d2330ea49e6a614df5447b4682
pkgname = qt-dab
diff --git a/PKGBUILD b/PKGBUILD
index 2090b82707f2..f38353cd984d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# https://github.com/michaellass/AUR
pkgname=qt-dab
-pkgver=4.3.5
+pkgver=4.3.5.1
_prefix= # name of tarball and contents change from release to release
-_pkgver=4.35 # official versioning not compatible with pacman
+_pkgver=4.351 # 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=('5180eb2f4c51406143dc498a8260cf26dc41978d4328560b9aeac3d179022775')
+sha256sums=('420f05178dd25beb39987146a74ae3d1150820d2330ea49e6a614df5447b4682')
prepare() {
cd "${_prefix}${pkgname}-${_pkgver}"