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-23 09:17:36 +00:00
parent af6afc9f52
commit 3f69ca3f98
2 changed files with 9 additions and 9 deletions

View File

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