summaryrefslogtreecommitdiff
path: root/community/gqrx/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gqrx/PKGBUILD')
-rw-r--r--community/gqrx/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gqrx/PKGBUILD b/community/gqrx/PKGBUILD
index 11f84a1dd..a5f78467d 100644
--- a/community/gqrx/PKGBUILD
+++ b/community/gqrx/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 115635 2014-07-12 22:23:39Z kkeen $
+# $Id: PKGBUILD 115768 2014-07-16 05:03:43Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Dominik Heidler <dheidler@gmail.com>
pkgname=gqrx
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Interactive SDR receiver waterfall for many devices."
arch=('i686' 'x86_64')
url="http://gqrx.dk/"
@@ -20,8 +20,8 @@ md5sums=('ff771b9c31ee17f704859398362b8cc0'
prepare() {
cd "$srcdir"
- cp -r gqrx-2.2.0 gqrx-2.2.0-alsa
- cd gqrx-2.2.0-alsa
+ cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+ cd gqrx-$pkgver-alsa
sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
}