summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d801698534f0..aa8cd66a6463 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 = 1.7
+ pkgver = 1.9
pkgrel = 1
url = http://www.5b4az.org
arch = x86_64
@@ -9,7 +9,8 @@ pkgbase = glrpt
depends = rtl-sdr
depends = gtk3
depends = libglade
- source = http://www.5b4az.org/pkg/lrpt/glrpt-1.7.tar.bz2
+ depends = soapysdr
+ source = http://www.5b4az.org/pkg/lrpt/glrpt-1.9.tar.bz2
md5sums = SKIP
pkgname = glrpt
diff --git a/PKGBUILD b/PKGBUILD
index fcfb1784be7a..4f832e24eda8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marco von Rosenberg <codingmarco@gmail.com>
pkgname=glrpt
-pkgver=1.7
+pkgver=1.9
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')
@@ -9,7 +9,8 @@ url="http://www.5b4az.org"
license=('GPLv3')
depends=('rtl-sdr'
'gtk3'
- 'libglade')
+ 'libglade'
+ 'soapysdr')
makedepends=('make')
source=("http://www.5b4az.org/pkg/lrpt/$pkgname-$pkgver.tar.bz2")
md5sums=('SKIP')