1
0
mirror of https://aur.archlinux.org/linux-vfio.git synced 2025-07-22 13:57:12 +00:00
This commit is contained in:
xiota
2024-12-27 21:39:00 +00:00
parent 3f69ca3f98
commit 423268f53b
2 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@
: ${_build_lts:=false}
: ${_build_v3:=false}
: ${_cksum:=d450ab215de4e1f8bb85e0f4216760fa33fd024b4526b144f4ce0d9012b29c9e}
: ${_cksum:=f785fb648a0e0b66a943bb3228a4b6ed62c90b985cd1ebf69da5d38e589da0cf}
unset _pkgtype
[[ "${_build_vfio::1}" == "t" ]] && _pkgtype+="-vfio"
@@ -26,7 +26,7 @@ unset _pkgtype
_gitname="linux"
_pkgname="$_gitname${_pkgtype:-}"
pkgbase="$_pkgname"
pkgver=6.12.6
pkgver=6.12.7
pkgrel=1
pkgdesc='Linux'
url='https://www.kernel.org'