summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMees Luten2020-10-27 22:24:13 +0100
committerMees Luten2020-10-27 22:24:13 +0100
commit99159ce283f99d5c6ef4dfba3a6f9a822044e656 (patch)
treec9fe008a6d89910cc7d7cec2eccdda92330a7441
parenta333c83d39b8fc0de7ee91e61728927f7d870289 (diff)
downloadaur-99159ce283f99d5c6ef4dfba3a6f9a822044e656.tar.gz
Update dependency version and add decoder
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac3b3dae62d3..a0534f640614 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = l-band-decoders-git
pkgdesc = Small experimental project aimed at decoding various (HRPT) satellites such as Metop and FengYun
- pkgver = r70.35e1c6b
+ pkgver = r79.09c71f7
pkgrel = 1
url = https://github.com/altillimity/L-Band-Decoders
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = l-band-decoders-git
makedepends = libpng
makedepends = zlib
makedepends = tclap
- makedepends = libccsds-git
+ makedepends = libccsds-git>r8
makedepends = libfec-git
makedepends = git
conflicts = satellite-decoders
diff --git a/PKGBUILD b/PKGBUILD
index 2a2cf92b7fd2..db58dabef916 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/altillimity/L-Band-Decoders"
license=('GPLv3')
depends=()
-makedepends=('libcorrect-git' 'libpng' 'zlib' 'tclap' 'libccsds-git' 'libfec-git' 'git')
+makedepends=('libcorrect-git' 'libpng' 'zlib' 'tclap' 'libccsds-git>r8' 'libfec-git' 'git')
provides=()
conflicts=(satellite-decoders)
replaces=()
@@ -47,6 +47,6 @@ package() {
install -Dm755 NOAA\ MHS\ Decoder/MHS_Decoder "${pkgdir}"/usr/bin/MHS_Decoder
install -Dm755 QPSK\ Demodulator/QPSK-Demodulator "${pkgdir}"/usr/bin/QPSK-Demodulator
install -Dm755 NOAA\ AVHRR\ Decoder/NOAA-AVHRR-Decoder "${pkgdir}"/usr/bin/NOAA-AVHRR-Decoder
- install -Dm755 CADU\ RSynchroderand/ "${pkgdir}"/usr/bin/CADU-RSynchroderand
+ install -Dm755 CADU\ RSynchroderand/CADU-RSynchroderand "${pkgdir}"/usr/bin/CADU-RSynchroderand
}