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 1eeba7b77882..0c93cc836530 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = ntfs3-dkms
conflicts = ntfs3
noextract = linux-5.15.tar.gz
options = !strip
- source = https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/snapshot/linux-5.15.tar.gz
+ source = linux-5.15.tar.gz::https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/snapshot/linux-5.15.tar.gz
source = Makefile.patch
source = dkms.conf
source = kernel-5.12-backport.patch
diff --git a/PKGBUILD b/PKGBUILD
index 791ec7263808..dd568f447f1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ conflicts=('ntfs3')
options=('!strip')
source=(
- "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/snapshot/${_archive}"
+ "${_archive}::https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/snapshot/${_archive}"
Makefile.patch
dkms.conf
kernel-5.12-backport.patch