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 718c67ecc24b..f40d98bdc5ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = osmo-fl2k
license = GPL
makedepends = cmake
depends = libusb>=1.0
- source = osmo-fl2k-0.1.1::https://github.com/FFY00/osmo-fl2k/archive/v0.1.1.tar.gz
+ source = osmo-fl2k-0.1.1.tar.gz::https://github.com/FFY00/osmo-fl2k/archive/v0.1.1.tar.gz
sha256sums = 0124da419714350d98f9075f016c31ac5643b1b2956be35520acba85dc2ed7a4
pkgname = osmo-fl2k
diff --git a/PKGBUILD b/PKGBUILD
index 59fa26898d2a..49ef3676e885 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://osmocom.org/projects/osmo-fl2k/wiki"
license=('GPL')
depends=('libusb>=1.0')
makedepends=('cmake')
-source=("$pkgname-$pkgver::https://github.com/FFY00/osmo-fl2k/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FFY00/osmo-fl2k/archive/v$pkgver.tar.gz")
sha256sums=('0124da419714350d98f9075f016c31ac5643b1b2956be35520acba85dc2ed7a4')
build() {