summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 289f78cccbb3..8c55689f0739 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = soapysdrplay-git
pkgdesc = Soapy SDR module for SDRPlay
- pkgver = r66.3890517
+ pkgver = r62.b789d59
pkgrel = 1
url = http://www.sdrplay.com
install = soapysdrplay-git.install
@@ -10,8 +10,7 @@ pkgbase = soapysdrplay-git
makedepends = cmake
depends = soapysdr-git
depends = libsdrplay
- source = soapysdrplay-git::git://github.com/pothosware/SoapySDRPlay.git
+ source = soapysdrplay-git::git+https://github.com/pothosware/SoapySDRPlay.git
md5sums = SKIP
pkgname = soapysdrplay-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d2541640780b..2408c9fc9ae7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
-# Maintainer: Dan McCurry <dan.mc at protonmail dot com>
+# Maintainer: Ernesto Castellotti <mail@ernestocastellotti.it>
+# Ex Maintainer: Dan McCurry <dan.mc at protonmail dot com>
pkgname=soapysdrplay-git
-pkgver=r66.3890517
+pkgver=r62.b789d59
pkgrel=1
pkgdesc="Soapy SDR module for SDRPlay"
arch=('i686' 'x86_64')
@@ -9,7 +10,7 @@ license=('MIT')
depends=('soapysdr-git' 'libsdrplay')
makedepends=('cmake')
install=${pkgname}.install
-source=("$pkgname::git://github.com/pothosware/SoapySDRPlay.git")
+source=("$pkgname::git+https://github.com/pothosware/SoapySDRPlay.git")
md5sums=('SKIP')
pkgver() {