Date: Monday, November 7, 2022 @ 15:20:40
Author: tpowa
Revision: 460856
change to git+https
Modified:
kexec-tools/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-07 13:44:05 UTC (rev 460855)
+++ PKGBUILD 2022-11-07 15:20:40 UTC (rev 460856)
@@ -7,7 +7,7 @@
pkgdesc="Load another kernel from the currently executing Linux kernel"
arch=('x86_64')
url="https://kernel.org/pub/linux/utils/kernel/kexec/"
-source=("git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git#tag=v${pkgver}")
+source=("git+https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git#tag=v${pkgver}")
makedepends=('git')
depends=('zlib' 'xz')
license=('GPL2')