summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2024-05-11 04:58:00 +0800
committerlilac2024-05-11 04:58:00 +0800
commit2c2227eda7771229e3aad07b86c8eea24da729e0 (patch)
tree9b6c8a6852453139381478d3c695041887feba48
parent5d4488c785f814a5ef6d0647ab9e8dc37b0190c6 (diff)
downloadaur-2c2227eda7771229e3aad07b86c8eea24da729e0.tar.gz
[lilac] updated to 6.9.2024.05.10-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2990549b5a9..2e63510a357b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-amd-drm-fixes
pkgdesc = Linux kernel fixes with bleeding edge AMD DRM drivers
- pkgver = 6.9.2024.05.08
+ pkgver = 6.9.2024.05.10
pkgrel = 1
url = https://kernel.org/
arch = x86_64
@@ -17,9 +17,9 @@ pkgbase = linux-amd-drm-fixes
makedepends = xz
options = !strip
options = !debug
- source = linux-amd-drm-fixes::git+https://gitlab.freedesktop.org/agd5f/linux#tag=amd-drm-fixes-6.9-2024-05-08
+ source = linux-amd-drm-fixes::git+https://gitlab.freedesktop.org/agd5f/linux#tag=amd-drm-fixes-6.9-2024-05-10
source = config::https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/linux/trunk/config
- sha256sums = 3f7f14ec51c562f98421c9dbd8b5e2c44e588d48f9a25ae2d8882a13c30642a2
+ sha256sums = d757ee9d5c2ccdfd7174428b52bd480bd136bebbf1debf59a84cca22108a9c7f
sha256sums = 6b337a9d3cfdc00005589a80b8d36fa500f6a92ed21565a3aceec48d7202a7da
pkgname = linux-amd-drm-fixes
diff --git a/PKGBUILD b/PKGBUILD
index 247caef0a5d9..1d9bcc742ed9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: heavysink <winstonwu91@gmail.com>
pkgbase=linux-amd-drm-fixes
-_tag='amd-drm-fixes-6.9-2024-05-08'
-pkgver=6.9.2024.05.08
+_tag='amd-drm-fixes-6.9-2024-05-10'
+pkgver=6.9.2024.05.10
pkgrel=1
pkgdesc="Linux kernel fixes with bleeding edge AMD DRM drivers"
arch=(x86_64)
@@ -27,7 +27,7 @@ source=(
"$_srcname::git+https://gitlab.freedesktop.org/agd5f/linux#tag=$_tag"
config::https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/linux/trunk/config # the main kernel config file
)
-sha256sums=('3f7f14ec51c562f98421c9dbd8b5e2c44e588d48f9a25ae2d8882a13c30642a2'
+sha256sums=('d757ee9d5c2ccdfd7174428b52bd480bd136bebbf1debf59a84cca22108a9c7f'
'6b337a9d3cfdc00005589a80b8d36fa500f6a92ed21565a3aceec48d7202a7da')
export KBUILD_BUILD_HOST=archlinux