mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-22 22:10:40 +08:00
update: linux-phicomm-n1
This commit is contained in:
parent
acef6896ac
commit
aa9d052a82
2 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = linux-phicomm-n1
|
pkgbase = linux-phicomm-n1
|
||||||
pkgver = 5.2.11
|
pkgver = 5.2.11
|
||||||
pkgrel = 4
|
pkgrel = 5
|
||||||
url = http://www.kernel.org/
|
url = http://www.kernel.org/
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
|
|
|
@ -8,7 +8,7 @@ _srcname=linux-5.2
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="AArch64 kernel for Phicomm N1"
|
_desc="AArch64 kernel for Phicomm N1"
|
||||||
pkgver=5.2.11
|
pkgver=5.2.11
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
arch=('aarch64')
|
arch=('aarch64')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -91,7 +91,7 @@ _package() {
|
||||||
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
|
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
|
||||||
optdepends=('crda: to set the correct wireless channels of your country')
|
optdepends=('crda: to set the correct wireless channels of your country')
|
||||||
provides=('kernel26' "linux=${pkgver}")
|
provides=('kernel26' "linux=${pkgver}")
|
||||||
replaces=('linux-phicomm-n1')
|
replaces=('linux-armv8')
|
||||||
conflicts=('linux')
|
conflicts=('linux')
|
||||||
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
|
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
|
||||||
install=${pkgname}.install
|
install=${pkgname}.install
|
||||||
|
@ -149,7 +149,6 @@ _package() {
|
||||||
_package-headers() {
|
_package-headers() {
|
||||||
pkgdesc="Header files and scripts for building modules for linux kernel - ${_desc}"
|
pkgdesc="Header files and scripts for building modules for linux kernel - ${_desc}"
|
||||||
provides=("linux-headers=${pkgver}")
|
provides=("linux-headers=${pkgver}")
|
||||||
replaces=('linux-phicomm-n1-headers')
|
|
||||||
conflicts=('linux-headers')
|
conflicts=('linux-headers')
|
||||||
|
|
||||||
cd ${_srcname}
|
cd ${_srcname}
|
||||||
|
|
Loading…
Reference in a new issue