aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiota2024-03-01 21:51:07 +0000
committerxiota2024-03-01 21:51:07 +0000
commite1c6c518fa5e0f3b77086fcea53d6354ac104a84 (patch)
treee8f7c45bb3cef012f1da9b0cfaaa83c23eb11797 /PKGBUILD
parent7cbcb0e4b5ad3f84e017a7daff128c8bb5f8b4c8 (diff)
downloadaur-e1c6c518fa5e0f3b77086fcea53d6354ac104a84.tar.gz
6.7.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35fec1210419..9d5d5293ff19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@
: ${_build_lts:=false}
: ${_build_v3:=false}
+unset _pkgtype
[[ "${_build_vfio::1}" == "t" ]] && _pkgtype+="-vfio"
[[ "${_build_lts::1}" == "t" ]] && _pkgtype+="-lts"
[[ "${_build_v3::1}" == "t" ]] && _pkgtype+="-v3"
@@ -23,7 +24,7 @@
_gitname="linux"
_pkgname="$_gitname${_pkgtype:-}"
pkgbase="$_pkgname"
-pkgver=6.7.6
+pkgver=6.7.7
pkgrel=1
pkgdesc='Linux'
url='https://www.kernel.org'
@@ -53,7 +54,7 @@ source+=(
"config-$pkgver"::https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/raw/main/config
)
sha256sums+=(
- 'e489ec0e1370d089b446d565aded7a698093d2b7c4122a18f21edb6ef93d37d3'
+ '256b8b44570ddbe266eb3ad0c2cba2616f1609b4a3de5014a3da5512907b14d9'
'SKIP'
'SKIP'
)