summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoregnappahz2022-08-31 14:59:33 +0200
committeregnappahz2022-08-31 14:59:33 +0200
commit946bf620c9d74fb1632fc23770f0b81b410fc20e (patch)
tree1fc2215aed6d5980f093c973a5054995283fb34a
parent04f825842e3bbb140ab45bee13931d91f0777e2e (diff)
downloadaur-946bf620c9d74fb1632fc23770f0b81b410fc20e.tar.gz
Removed mkinitcpio from deps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a032d5d77698..83fe561e0829 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-amd
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
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.preset
diff --git a/PKGBUILD b/PKGBUILD
index 13d83a48e195..ab25c12ae379 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 latest AMD Ryzen CPU based hardware (ZNVER3/MZEN3)"
- 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