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-18 23:01:19 +00:00
parent bb29aba9a2
commit af6afc9f52
2 changed files with 9 additions and 9 deletions

View File

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