summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorErnesto Castellotti2022-03-30 18:36:40 +0200
committerErnesto Castellotti2022-03-30 18:36:40 +0200
commitdf20b4c8d7c009a475108c1381af2b82cd85dda8 (patch)
tree16ae594b4c56c1d7d0ca87610cadaef79724faf4 /PKGBUILD
parent1df00b61529ea8fdc5a7b461deba56b62a613258 (diff)
downloadaur-soapysdrplay-git.tar.gz
Fix git clone error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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() {