summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahmut Dikcizgi2023-01-26 01:52:01 +0100
committerMahmut Dikcizgi2023-01-26 01:52:01 +0100
commit9ceb199a3a76bba41cd9ddea34e305f3bc1e30c7 (patch)
tree372abe5a5c72057e06058ff39563fdd11277a3f6
parent459c85629a7f350008ebcd310ca5799a8101ca64 (diff)
downloadaur-9ceb199a3a76bba41cd9ddea34e305f3bc1e30c7.tar.gz
update package descriptions
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6b8b7504f84..15cf325d125d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-radxa-rkbsp5-bin
- pkgdesc = Precompiled Kernel Images based on 5.10.x BSP kernel published by RADXA Minimum supported boards: RK3399 based rock4[a/b/c/se/io/se] boards RK3588 based rock5[a/b/nx] modules boards It is possible to make other RK3588 and RK3399 board with few DTS adapdations
+ pkgdesc = Precompiled Linux kernel package based on 5.10.x BSP kernel published by RADXA targetting rk3399 based rock4 and rk3588 based rock5 boards
pkgver = 5.10.110
pkgrel = 1
url = https://github.com/radxa/kernel
@@ -22,7 +22,7 @@ pkgbase = linux-radxa-rkbsp5-bin
sha512sums = b09481badcc35acc5455b97545e87c706c5cb326e1b80237b2435d821c3c45002b44538095f3c5f3cfc720acf55bc27d97b0290e5cffa5acbdbaf0c2314f2d1b
pkgname = linux-radxa-rkbsp5-bin
- pkgdesc = The Linux 5.x Kernel and Modules for Rockchip published by Radxa
+ pkgdesc = Precompiled Linux kernel image based on 5.10.x BSP published by RADXA targetting rk3399 based rock4 and rk3588 based rock5 boards
depends = coreutils
depends = linux-firmware
depends = kmod
@@ -36,7 +36,7 @@ pkgname = linux-radxa-rkbsp5-bin
backup = etc/mkinitcpio.d/linux-radxa-rkbsp5.preset
pkgname = linux-radxa-rkbsp5-bin-headers
- pkgdesc = The Linux 5.x Kernelmakepkg Headers for Rockchip published by Radxa
+ pkgdesc = Precompiled Linux kernel headers based on 5.10.x BSP kernel published by RADXA targetting rk3399 based rock4 and rk3588 based rock5 boards
provides = linux-headers=5.10.110
provides = linux-rkbsp-headers
conflicts = linux-headers
diff --git a/PKGBUILD b/PKGBUILD
index e6c44cefdeee..3f0965bf7daa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ _repourl="https://github.com/radxa/apt/raw/gh-pages/bullseye-stable/"
license=('GPL2')
options=('!strip')
makedepends=('binutils' 'tar' 'grep' 'mkinitcpio' 'sed')
-pkgdesc="Precompiled Kernel Images based on 5.10.x BSP kernel published by RADXA targetting rk3399 based rock4 and rk3588 based rock5 boards"
+pkgdesc="Precompiled Linux kernel package based on 5.10.x BSP kernel published by RADXA targetting rk3399 based rock4 and rk3588 based rock5 boards"
source=(
"linux.preset"
@@ -51,7 +51,7 @@ pkgver(){
}
_package-bin() {
- pkgdesc="The Linux 5.x Kernel and Modules for Rockchip published by Radxa"
+ pkgdesc="Precompiled Linux kernel image based on 5.10.x BSP published by RADXA targetting rk3399 based rock4 and rk3588 based rock5 boards"
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7' 'grep' 'gzip')
optdepends=('crda: to set the correct wireless channels of your country')
backup=("etc/mkinitcpio.d/$_kernel.preset")
@@ -101,7 +101,7 @@ _package-bin() {
}
_package-bin-headers() {
- pkgdesc="The Linux 5.x Kernelmakepkg Headers for Rockchip published by Radxa"
+ pkgdesc="Precompiled Linux kernel headers based on 5.10.x BSP kernel published by RADXA targetting rk3399 based rock4 and rk3588 based rock5 boards"
provides=("linux-headers=${pkgver}" "linux-rkbsp-headers")
conflicts=('linux-headers')