summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2024-04-18 05:36:57 +0800
committerlilac2024-04-18 05:36:57 +0800
commit12c4d649fa024e27827852c64caf8a09645be26c (patch)
tree54894d75a018e94d9ba2adc68fa2dcb971f7d1fc
parentf694f069dd286cee5af4bb3173cb5ac1fd90e3e5 (diff)
downloadaur-12c4d649fa024e27827852c64caf8a09645be26c.tar.gz
[lilac] updated to 6.9.2024.04.17-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2620d9da2a4b..f8be68a439ae 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.04.10
+ pkgver = 6.9.2024.04.17
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-04-10
+ source = linux-amd-drm-fixes::git+https://gitlab.freedesktop.org/agd5f/linux#tag=amd-drm-fixes-6.9-2024-04-17
source = config::https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/linux/trunk/config
- sha256sums = 508e2c0c21a6305098c4758577b4fff93fb6129c77da6bc73854118486eea3b5
+ sha256sums = fc687080e14dbed7e81ac974d5506fc0bd10c638c3582ceadfaf98cf0e238ccb
sha256sums = 6b337a9d3cfdc00005589a80b8d36fa500f6a92ed21565a3aceec48d7202a7da
pkgname = linux-amd-drm-fixes
diff --git a/PKGBUILD b/PKGBUILD
index 7fecc6b1af04..37e416ffff37 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-04-10'
-pkgver=6.9.2024.04.10
+_tag='amd-drm-fixes-6.9-2024-04-17'
+pkgver=6.9.2024.04.17
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=('508e2c0c21a6305098c4758577b4fff93fb6129c77da6bc73854118486eea3b5'
+sha256sums=('fc687080e14dbed7e81ac974d5506fc0bd10c638c3582ceadfaf98cf0e238ccb'
'6b337a9d3cfdc00005589a80b8d36fa500f6a92ed21565a3aceec48d7202a7da')
export KBUILD_BUILD_HOST=archlinux