aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2024-03-01 21:51:07 +0000
committerxiota2024-03-01 21:51:07 +0000
commite1c6c518fa5e0f3b77086fcea53d6354ac104a84 (patch)
treee8f7c45bb3cef012f1da9b0cfaaa83c23eb11797
parent7cbcb0e4b5ad3f84e017a7daff128c8bb5f8b4c8 (diff)
downloadaur-e1c6c518fa5e0f3b77086fcea53d6354ac104a84.tar.gz
6.7.7
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD5
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b96f92728990..b9bb5d8bc91e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-vfio
pkgdesc = Linux
- pkgver = 6.7.6
+ pkgver = 6.7.7
pkgrel = 1
url = https://www.kernel.org
arch = x86_64
@@ -19,17 +19,17 @@ pkgbase = linux-vfio
makedepends = python-sphinx
makedepends = texlive-latexextra
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.7.6.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.7.6.tar.sign
- source = config-6.7.6::https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/raw/main/config
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.7.7.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.7.7.tar.sign
+ source = config-6.7.7::https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/raw/main/config
source = 1001-6.6.7-add-acs-overrides.patch
source = 1002-6.6.7-i915-vga-arbiter.patch
- source = https://github.com/archlinux/linux/releases/download/v6.7.6-arch1/linux-v6.7.6-arch1.patch.zst
- source = https://github.com/archlinux/linux/releases/download/v6.7.6-arch1/linux-v6.7.6-arch1.patch.zst.sig
+ source = https://github.com/archlinux/linux/releases/download/v6.7.7-arch1/linux-v6.7.7-arch1.patch.zst
+ source = https://github.com/archlinux/linux/releases/download/v6.7.7-arch1/linux-v6.7.7-arch1.patch.zst.sig
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = 83BC8889351B5DEBBB68416EB8AC08600F108CDF
- sha256sums = e489ec0e1370d089b446d565aded7a698093d2b7c4122a18f21edb6ef93d37d3
+ sha256sums = 256b8b44570ddbe266eb3ad0c2cba2616f1609b4a3de5014a3da5512907b14d9
sha256sums = SKIP
sha256sums = SKIP
sha256sums = f342986bd27980c96c952b0dd8103d3e21a942d87f18df1308fab370e20010fb
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'
)