update and fix

This commit is contained in:
2026-01-14 17:18:56 +01:00
parent 373322540b
commit 95bacc2a63
3 changed files with 6 additions and 2 deletions

View File

@@ -33,3 +33,7 @@ build = [
# Cleanup
f"rm -rf {fembuilddir}"
]
triggers = [
f"update-desktop-database"
]

View File

@@ -1,6 +1,6 @@
# TODO when updating kernel version update version in nvidia package
pkgname = "linux"
pkgver = "6.18.4"
pkgver = "6.18.5"
source = f"https://www.kernel.org/pub/linux/kernel/v6.x/linux-{pkgver}.tar.xz"
builddir = f"/tmp/fempkg/build/{pkgname}/{pkgname}-{pkgver}"
fembuilddir = f"/tmp/fempkg/build/{pkgname}"

View File

@@ -1,6 +1,6 @@
pkgname = "nvidia"
pkgver = "590.48.01"
kernel_ver = "6.18.4"
kernel_ver = "6.18.5"
source = f"https://rocketleaguechatp.duckdns.org/pappalaugh.jpg"
builddir = f"/tmp/fempkg/build/{pkgname}/{pkgname}-{pkgver}"
fembuilddir = f"/tmp/fempkg/build/{pkgname}"