summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJarkko Sakkinen2022-07-16 10:35:22 +0300
committerJarkko Sakkinen2022-07-16 10:35:22 +0300
commit3e2355126c6a3670cf0c498bd355041984d6b912 (patch)
tree87851b1f3a13154896992b6ef5f4e801c1cc77a3 /PKGBUILD
parent226d104dfc80023dd0edc7edb3a0e180c4a25bfe (diff)
downloadaur-3e2355126c6a3670cf0c498bd355041984d6b912.tar.gz
fix: build
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@iki.fi>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5765fc25bc4e..1a8688a38c4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ makedepends=(
options=('!strip')
_srcname=linux-sgx
source=(
- "$_srcname::git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=$_srctag"
+ "$_srcname::git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=$_srctag"
config # the main kernel config file
patch-5.19-enarx.patch
)