summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ad3a2f4767d..29ed15502b25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-amd-znver2
pkgver = 5.19.v.5
- pkgrel = 1
+ pkgrel = 2
url = https://www.kernel.org/
arch = x86_64
license = GPL2
@@ -31,7 +31,6 @@ pkgname = linux-amd-znver2
depends = coreutils
depends = linux-firmware
depends = kmod
- depends = mkinitcpio>=0.7
depends = lzop
optdepends = crda: to set the correct wireless channels of your country
backup = etc/mkinitcpio.d/linux-amd-znver2.preset
diff --git a/PKGBUILD b/PKGBUILD
index 1cb41df96be8..b5e2b9c704df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ gitver=v5.19.5
patchver=20220315
patchname=more-uarches-for-kernel-5.17+.patch
pkgver=5.19.v.5
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://www.kernel.org/"
license=('GPL2')
@@ -85,7 +85,7 @@ build() {
_package() {
pkgdesc="Linux kernel aimed at the znver2 AMD Ryzen CPU based hardware"
- depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7' 'lzop')
+ depends=('coreutils' 'linux-firmware' 'kmod' 'lzop')
optdepends=('crda: to set the correct wireless channels of your country')
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
install=linux.install