summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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')