summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ivanov2016-11-25 10:24:17 +0100
committerPeter Ivanov2016-11-25 10:24:17 +0100
commit862a58c1c20ebcda4cd5fd441af31d5d7201f112 (patch)
tree4de09c9adfed6d5bd7473f44c1b617fae46d8da0
parentd1623e2c11758608daad17bde1644af2602008b7 (diff)
downloadaur-862a58c1c20ebcda4cd5fd441af31d5d7201f112.tar.gz
URL fixed.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e50e510e4a0..a8b26d5764f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gqrx-git
pkgdesc = SDR receiver for Funcube Dongle, RTL-SDR, USRP and OsmoSDR devices.
pkgver = 20161122
- pkgrel = 1
- url = http://www.oz9aec.net/index.php/gnu-radio/gqrx-sdr
+ pkgrel = 2
+ url = http://gqrx.dk/
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index b1a689ad20dc..0f5a512a7867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=gqrx-git
pkgver=20161122
-pkgrel=1
+pkgrel=2
pkgdesc="SDR receiver for Funcube Dongle, RTL-SDR, USRP and OsmoSDR devices."
arch=('i686' 'x86_64')
-url="http://www.oz9aec.net/index.php/gnu-radio/gqrx-sdr"
+url="http://gqrx.dk/"
license=('GPL')
depends=('qt5-base' 'boost-libs' 'fftw' 'libusb' 'gsl' 'alsa-lib' 'libpulse' 'libuhd' 'pulseaudio' 'gnuradio' 'gnuradio-osmosdr' 'python2-cheetah')
optdepends=('gr-osmosdr-git: support of OsmoSDR devices')