summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJack Chen2020-11-24 15:23:01 +0800
committerJack Chen2020-11-24 15:24:54 +0800
commit82637b653edf8d2a05dffb987f0f4b79c6505ac3 (patch)
tree88e5d36283be098697f4a38d00c1a7d946088cd2 /PKGBUILD
parent47074f3cb58693a9111d2619cc2d61520cc19538 (diff)
downloadaur-82637b653edf8d2a05dffb987f0f4b79c6505ac3.tar.gz
update PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7c91d5c5303..eee9f0c0957d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,11 @@ pkgbase=linux-rockchip
pkgname=('linux-rockchip' 'linux-rockchip-headers')
pkgver=5.8.18
pkgrel=1
+pkgdesc="Rockchip Linux kernel and modules from Armbian"
arch=('armv7h')
url="https://github.com/redchenjs/armbian-ci"
license=('GPL2')
-makedepends=('findutils' 'curl')
+makedepends=('curl')
options=('!strip')
_armbian=20.11.0
source=(
@@ -31,8 +32,7 @@ prepare() {
}
package_linux-rockchip() {
- pkgdesc="Rockchip Linux kernel and modules from Armbian"
- depends=('mkinitcpio' 'grep' 'gzip' 'sed')
+ optdepends=('mkinitcpio: initramfs support')
provides=('linux' 'linux-rockchip')
cd "$srcdir"