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
2025-01-03 01:43:01 +00:00
parent 423268f53b
commit 2a6681305f
2 changed files with 9 additions and 9 deletions

View File

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