summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2024-12-12 12:41:13 +0800
committerlilac2024-12-12 12:41:13 +0800
commitf48bdbbaa5fba33a71f7fe9ced778aa7280bd54a (patch)
tree0537746b855bce28d83f201578f77226ee70b309
parentb6bb836ffe0f9440cce4348810e28c5a4504fc94 (diff)
downloadaur-f48bdbbaa5fba33a71f7fe9ced778aa7280bd54a.tar.gz
[lilac] updated to 6.13.2024.12.11-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82455a7d10d9..ee020b2a1d6a 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.13.2024.12.04
+ pkgver = 6.13.2024.12.11
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.13-2024-12-04
+ source = linux-amd-drm-fixes::git+https://gitlab.freedesktop.org/agd5f/linux#tag=amd-drm-fixes-6.13-2024-12-11
source = config::https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/linux/trunk/config
- sha256sums = 6518d7c178b0b33d684307a71e8cff9d9e02da4bd24611b07b33a09e0705ddad
+ sha256sums = e5ba07c177f660f10b1f4844822045f9d93dc5d6ddf54089b45f537c33edaeb5
sha256sums = 6b337a9d3cfdc00005589a80b8d36fa500f6a92ed21565a3aceec48d7202a7da
pkgname = linux-amd-drm-fixes
diff --git a/PKGBUILD b/PKGBUILD
index 25b49427d74e..1e36c68fda3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: heavysink <winstonwu91@gmail.com>
pkgbase=linux-amd-drm-fixes
-_tag='amd-drm-fixes-6.13-2024-12-04'
-pkgver=6.13.2024.12.04
+_tag='amd-drm-fixes-6.13-2024-12-11'
+pkgver=6.13.2024.12.11
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=('6518d7c178b0b33d684307a71e8cff9d9e02da4bd24611b07b33a09e0705ddad'
+sha256sums=('e5ba07c177f660f10b1f4844822045f9d93dc5d6ddf54089b45f537c33edaeb5'
'6b337a9d3cfdc00005589a80b8d36fa500f6a92ed21565a3aceec48d7202a7da')
export KBUILD_BUILD_HOST=archlinux