summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2020-11-24 15:23:01 +0800
committerJack Chen2020-11-24 15:24:54 +0800
commit82637b653edf8d2a05dffb987f0f4b79c6505ac3 (patch)
tree88e5d36283be098697f4a38d00c1a7d946088cd2
parent47074f3cb58693a9111d2619cc2d61520cc19538 (diff)
downloadaur-82637b653edf8d2a05dffb987f0f4b79c6505ac3.tar.gz
update PKGBUILD
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df179537f5e0..e977c569f9c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = linux-rockchip
+ pkgdesc = Rockchip Linux kernel and modules from Armbian
pkgver = 5.8.18
pkgrel = 1
url = https://github.com/redchenjs/armbian-ci
arch = armv7h
license = GPL2
- makedepends = findutils
makedepends = curl
noextract = mkinitcpio.preset
noextract = linux-dtb-current-rockchip_20.11.0-trunk_armhf.deb
@@ -21,11 +21,7 @@ pkgbase = linux-rockchip
sha512sums = fb5e33e81db5aef4dfd1dd4db6889ad69116c66a80b4f0f5951e1fab4f086452a672f92b124a49e50719cbaf8db3c9685317b17b39787e9efe80c9986c7665b5
pkgname = linux-rockchip
- pkgdesc = Rockchip Linux kernel and modules from Armbian
- depends = mkinitcpio
- depends = grep
- depends = gzip
- depends = sed
+ optdepends = mkinitcpio: initramfs support
provides = linux
provides = linux-rockchip
@@ -33,3 +29,4 @@ pkgname = linux-rockchip-headers
pkgdesc = Headers and scripts for building modules for the linux-rockchip kernel
provides = linux-headers
provides = linux-headers-rockchip
+
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"