summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD16
2 files changed, 2 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 528cce210334..ffe648ffc378 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = libsdrplay
arch = x86_64
license = custom:EULA
depends = libusb>=1.0
- source = local://SDRplay_RSP_API-Linux-2.10.1.run
+ source = http://www.sdrplay.com/software/SDRplay_RSP_API-Linux-2.10.1.run
md5sums = cb18ef3510e9b788a8d2a918e35d62c8
pkgname = libsdrplay
diff --git a/PKGBUILD b/PKGBUILD
index 42a0bb4271c6..4e4fd9d41d1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,4 @@
# Maintainer: Dan McCurry <dan.mccurry at linux dot com>
-#
-# The API used to connect to the SDRPlay is proprietary.
-# You must download the API at
-# http://www.sdrplay.com/linuxdl.php file but *do not*
-# follow the remaining instructions (chmod 755, etc.)
-# Instead copy the file to the same directory as the
-# PKGBUILD and run makepkg.
-#
-# This PKGBUILD extracts the necessary files from the
-# API binary so that they are installed in the correct
-# locations expected in the soapysdrplay-git package and
-# avoids installing the included outdated version of
-# SoapySDR.
-#
pkgname=libsdrplay
pkgver=2.10.1
@@ -22,7 +8,7 @@ arch=('i686' 'x86_64')
url="http://www.sdrplay.com"
license=('custom:EULA')
depends=('libusb>=1.0')
-source=("local://SDRplay_RSP_API-Linux-${pkgver}.run")
+source=("http://www.sdrplay.com/software/SDRplay_RSP_API-Linux-${pkgver}.run")
md5sums=('cb18ef3510e9b788a8d2a918e35d62c8')
prepare() {