summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a1a1f209e52..25efee52453b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = gr-limesdr
optdepends = doxygen: generate documentation
optdepends = swig: bindings
optdepends = python2: python bindings
- source = gr-limesdr-1.0.0::https://github.com/myriadrf/gr-limesdr/archive/v1.0.0-RC.tar.gz
+ source = gr-limesdr-1.0.0.tar.gz::https://github.com/myriadrf/gr-limesdr/archive/v1.0.0-RC.tar.gz
sha256sums = a6be1bfd2cbfeef33aa8e91fa35720bfad9d4b7dc4a29afb08dfcee451f6c32e
pkgname = gr-limesdr
diff --git a/PKGBUILD b/PKGBUILD
index dcfa06772705..75c3ce86cbdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ optdepends=(
)
depends=('boost' 'gnuradio' 'limesuite')
makedepends=('cmake')
-source=("$pkgname-$pkgver::$url/archive/v$_gitver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$_gitver.tar.gz")
sha256sums=('a6be1bfd2cbfeef33aa8e91fa35720bfad9d4b7dc4a29afb08dfcee451f6c32e')
build() {