From 45c5dd52d43b3b6596d15647789d92dfde14bf22 Mon Sep 17 00:00:00 2001 From: Acid Xeon <h.dwwwwww@gmail.com> Date: Sat, 4 May 2024 04:58:04 +0000 Subject: [PATCH] Fix source git not found --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index d35462d..2d3c035 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ _commit=5dd20d52f442feae7023af5772429910d3aa5307 # refs/tags/liburing-2.5 pkgrel=1 pkgdesc="Linux-native io_uring I/O access library" arch=(x86_64) -url="https://git.kernel.dk/cgit/liburing" +url="https://git.kernel.dk/liburing" license=( 'GPL-2.0-only WITH Linux-syscall-note OR MIT' LGPL-2.0-or-later -- GitLab