summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCodingMarco2019-09-07 17:25:16 +0200
committerCodingMarco2019-09-07 17:25:16 +0200
commitac7ce59c2d7a6bd85bc5d321c785573c74f15635 (patch)
treeec6b523277de665718ffd466e244adf549a2ba61
parente1e5b88346ae42f9f75dc26cf086dc4c86eb0f49 (diff)
downloadaur-ac7ce59c2d7a6bd85bc5d321c785573c74f15635.tar.gz
Updated to version 2.4.2-beta
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13ace9c3100d..32577650006f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = glrpt
pkgdesc = Interactive GUI application for receiving, decoding and displaying LRPT images from the Russian Meteor-M type of weather satellites
- pkgver = 2.2.2
+ pkgver = 2.4.2
pkgrel = 1
url = http://www.5b4az.org
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = glrpt
depends = gtk3
depends = libglade
depends = soapysdr
- source = http://www.5b4az.org/pkg/lrpt/glrpt-2.2.2.tar.bz2
+ source = http://www.5b4az.org/pkg/lrpt/glrpt-2.4.2-beta.tar.bz2
md5sums = SKIP
pkgname = glrpt
diff --git a/PKGBUILD b/PKGBUILD
index c6c9bd671f50..5f9a4d07adc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marco von Rosenberg <codingmarco@gmail.com>
pkgname=glrpt
-pkgver=2.2.2
+pkgver=2.4.2
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')
@@ -12,7 +12,7 @@ depends=('rtl-sdr'
'libglade'
'soapysdr')
makedepends=('make')
-source=("http://www.5b4az.org/pkg/lrpt/$pkgname-$pkgver.tar.bz2")
+source=("http://www.5b4az.org/pkg/lrpt/$pkgname-$pkgver-beta.tar.bz2")
md5sums=('SKIP')
build() {