summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCodingMarco2018-11-24 20:43:30 +0100
committerCodingMarco2018-11-24 20:43:30 +0100
commit4e0bcae7d741bc7fcdff7ec8687fe7516b717cbc (patch)
tree3129dc9261f68a97b2ba9ef5ad69d372e03f391a
parent56192a3db1f086e3b71eef413514815e1732c9c5 (diff)
downloadaur-4e0bcae7d741bc7fcdff7ec8687fe7516b717cbc.tar.gz
Updated to version 1.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 4 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f26009045fd..d801698534f0 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.6
+ pkgver = 1.7
pkgrel = 1
url = http://www.5b4az.org
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = glrpt
depends = rtl-sdr
depends = gtk3
depends = libglade
- source = http://www.5b4az.org/pkg/lrpt/glrpt-1.6.tar.bz2
+ source = http://www.5b4az.org/pkg/lrpt/glrpt-1.7.tar.bz2
md5sums = SKIP
pkgname = glrpt
diff --git a/PKGBUILD b/PKGBUILD
index 6037950232c7..fcfb1784be7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Marco von Rosenverg <codingmarco@gmail.com>
+# Maintainer: Marco von Rosenberg <codingmarco@gmail.com>
pkgname=glrpt
-pkgver=1.6
+pkgver=1.7
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')
@@ -29,11 +29,4 @@ check() {
package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
-
- # I have to do this here and not in a .install file because I need files from the srcdir directory
- if [ -f ~/glrpt/glrptrc ]; then
- mv ~/glrpt/glrptrc ~/glrpt/glrptrc.old-1.4.1
- fi
- cd "$srcdir/$pkgname-$pkgver"
- cp glrpt/glrptrc ~/glrpt/
}