PKGBUILD: remove bad item in conflicts

This commit is contained in:
BigfootACA 2024-06-02 19:55:34 +08:00
parent cf3c44b24b
commit 90563600ca
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = linux-ayn-odin2-stable
pkgver = 6.9.3
pkgrel = 3
pkgver = 6.9.3.r1267498.479371ed0fda
pkgrel = 4
url = https://github.com/edk2-porting/linux-next/
arch = aarch64
license = GPL2

View File

@ -1,8 +1,8 @@
# Maintainer: BigfootACA <bigfoot@classfun.cn>
pkgbase=linux-ayn-odin2-stable
pkgver=6.9.3
pkgrel=3
pkgver=6.9.3.r1267498.479371ed0fda
pkgrel=4
arch=(aarch64)
url="https://github.com/edk2-porting/linux-next/"
license=(GPL2)
@ -84,7 +84,7 @@ _package() {
depends=('coreutils' 'kmod' 'mkinitcpio>=0.7')
optdepends=('wireless-regdb: to set the correct wireless channels of your country')
provides=("linux=${pkgver}" "linux-aarch64" "WIREGUARD-MODULE")
conflicts=('linux' 'linux-aarch64' '')
conflicts=('linux' 'linux-aarch64')
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
install=linux.install