summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')