summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahmut Dikcizgi2023-01-26 01:46:08 +0100
committerMahmut Dikcizgi2023-01-26 01:46:08 +0100
commit162ccccc8d814da698f3310c5fc4c7d780bd36a6 (patch)
tree18b0ae2bc5763b95e990dfd1dec1ed1c5c29e90d
parent533b0a21c79e83b5b19132cb94850b81dd7af625 (diff)
downloadaur-162ccccc8d814da698f3310c5fc4c7d780bd36a6.tar.gz
update package descriptions
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14299f54737b..ff6fba9b8ea8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,5 @@
pkgbase = linux-radxa-rkbsp5-git
+ pkgdesc = Latest git 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
pkgrel = 1
url = https://github.com/radxa
diff --git a/PKGBUILD b/PKGBUILD
index d87519eed973..94e5c2089872 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ _kernelrepo="kernel"
_overlayrepo="overlays"
_kernelbranch=linux-5.10-gen-rkr3.4
_overlaybranch=main
-pkgdesc="Radxa fork of Linux 5.10 which is based on the fork of Rockchip BSP targetting rk3399 based rock4 and rk3588 based rock5 boards"
+pkgdesc="Latest git Linux kernel package based on 5.10.x BSP kernel published by RADXA targetting rk3399 based rock4 and rk3588 based rock5 boards"
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc')
options=('!strip')
@@ -148,7 +148,7 @@ build() {
}
_package-git() {
- pkgdesc="The Linux Kernel and modules from Radxa"
+ pkgdesc="Latest Git Linux kernel based on 5.10.x BSP published by RADXA targetting rk3399 based rock4 and rk3588 based rock5 boards"
depends=('coreutils' 'kmod' 'mkinitcpio>=0.7')
optdepends=('wireless-regdb: to set the correct wireless channels of your country')
provides=("linux=${pkgver}" "linux-rkbsp")
@@ -189,7 +189,7 @@ _package-git() {
}
_package-git-headers() {
- pkgdesc="Header files and scripts for building modules for linux kernel from Radxa"
+ pkgdesc="Latest Git Linux kernel headers based on 5.10.x BSP published by RADXA targetting rk3399 based rock4 and rk3588 based rock5 boards"
provides=("linux-headers=${pkgver}" "linux-rkbsp-headers")
conflicts=('linux-headers')