summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-10-06 12:41:55 +0800
committerlilac2023-10-06 12:41:55 +0800
commita5df4e230927eb01d129f0509bcf04f017216c58 (patch)
tree0be14eed89e9f8338bf0fdbf6463a52007815257
parent657c7f1d6f18558c49945efc995b674144693569 (diff)
downloadaur-a5df4e230927eb01d129f0509bcf04f017216c58.tar.gz
[lilac] updated to 6.6.2023.10.04-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45508d0dc2d3..e00fcae52957 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-amd-drm-fixes
pkgdesc = Linux kernel fixes with bleeding edge AMD DRM drivers
- pkgver = 6.6.2023.09.06
- pkgrel = 1
+ pkgver = 6.6.2023.10.04
+ pkgrel = 2
url = https://kernel.org/
arch = x86_64
license = GPL2
@@ -17,7 +17,7 @@ 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.6-2023-09-06
+ source = linux-amd-drm-fixes::git+https://gitlab.freedesktop.org/agd5f/linux#tag=amd-drm-fixes-6.6-2023-10-04
source = config::https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/linux/trunk/config
sha256sums = SKIP
sha256sums = 6b337a9d3cfdc00005589a80b8d36fa500f6a92ed21565a3aceec48d7202a7da
diff --git a/PKGBUILD b/PKGBUILD
index e4ac1387818f..8100288bb260 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: heavysink <winstonwu91@gmail.com>
pkgbase=linux-amd-drm-fixes
-_tag='amd-drm-fixes-6.6-2023-09-06'
-pkgver=6.6.2023.09.06
-pkgrel=1
+_tag='amd-drm-fixes-6.6-2023-10-04'
+pkgver=6.6.2023.10.04
+pkgrel=2
pkgdesc="Linux kernel fixes with bleeding edge AMD DRM drivers"
arch=(x86_64)
url="https://kernel.org/"
@@ -93,8 +93,8 @@ _package() {
ZSTD_CLEVEL=19 _make INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
DEPMOD=/doesnt/exist modules_install # Suppress depmod
- # remove build and source links
- rm "$modulesdir"/{source,build}
+ # remove build links
+ rm "$modulesdir"/build
}
_package-headers() {