summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Will2020-11-17 14:07:32 -0500
committerCameron Will2020-11-17 14:07:32 -0500
commited0e77ac5d16bde57a0a5031fd962b69c3ea641e (patch)
tree8e3ca85cfaf73d727435e10410b3f38ca35b873b
parent10a3e2e09a7ebb9a1b58a9fc4a4244665b28790c (diff)
downloadaur-ed0e77ac5d16bde57a0a5031fd962b69c3ea641e.tar.gz
fix: Change repository link to new location
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd2b94886984..a02baf10e1e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: Yunhui Fu <yhfudev@gmail.com>
+# Maintainer: Cameron Will <cwill747@gmail.com>
+# Contributor: Yunhui Fu <yhfudev@gmail.com>
# Contributor: 0xfc <sfc_0@yahoo.com.cn>
# Modified from rtl-sdr-git PKGBUILD
pkgname=gr-osmosdr-git
-pkgver=d77577
+pkgver=0.2.1.5.gfe03d83
pkgrel=1
pkgdesc="GNU Radio source block for OsmoSDR, which is a 100% Free Software based small form-factor inexpensive SDR (Software Defined Radio) project."
arch=('i686' 'x86_64')
-url="http://sdr.osmocom.org/trac/"
+url="https://osmocom.org/projects/gr-osmosdr/wiki"
license=('GPL')
depends=(
'gnuradio'
@@ -27,9 +28,9 @@ makedepends=(
#optdepends=()
provides=('gr-osmosdr' 'gnuradio-osmosdr')
-source=('git+https://github.com/drmpeg/gr-osmosdr39.git')
+source=('git+https://git.osmocom.org/gr-osmosdr')
md5sums=('SKIP')
-_gitname="gr-osmosdr39"
+_gitname="gr-osmosdr"
pkgver() {
cd $_gitname