summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCodingMarco2020-02-21 23:45:51 +0100
committerCodingMarco2020-02-21 23:45:51 +0100
commitf76893aadc63a4029564dce58854f7ac1e6bae02 (patch)
treee84c68d41fd439c35e42a6f0e767005450204a69 /PKGBUILD
parent5d66439e91f9c21281c4219a30e0ca6b2ab315ec (diff)
downloadaur-f76893aadc63a4029564dce58854f7ac1e6bae02.tar.gz
Updated to version 2.4.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d70b810630e4..77b7c405890f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marco von Rosenberg <codingmarco@gmail.com>
pkgname=glrpt
-pkgver=2.4.3
+pkgver=2.4.4
pkgrel=1
pkgdesc="Interactive GUI application for receiving, decoding and displaying LRPT images from the Russian Meteor-M type of weather satellites"
arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=('soapyrtlsdr: RTL-SDR support'
'soapyairspy: Airspy support')
makedepends=('make' 'automake' 'autoconf' 'xorgproto')
source=("http://www.5b4az.org/pkg/lrpt/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('a3550b705c6115b1a71160506b8b1022')
+md5sums=('18e99a729722d0dc16b44a66d316d579')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"