summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2020-12-06 17:49:28 +0000
committerJack Chen2020-12-06 17:49:28 +0000
commit698c2eebcd924530a4a9f3a18953599e8bdf694e (patch)
treebe49e755a160f0ae3f961d383d544f3c9fe2758f
parent794023fe61ff7ab3cd950fd08713736132706bbe (diff)
downloadaur-698c2eebcd924530a4a9f3a18953599e8bdf694e.tar.gz
update to 5.9.12
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD4
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c9e880a508d..56dd192282ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-rockchip
- pkgver = 5.9.11
+ pkgver = 5.9.12
pkgrel = 1
url = https://github.com/armbian/build
arch = armv7h
@@ -7,16 +7,16 @@ pkgbase = linux-rockchip
noextract = linux.preset
noextract = 60-linux.hook
noextract = 90-linux.hook
- noextract = linux-dtb-current-rockchip_21.02.0-trunk.1_armhf.deb
- noextract = linux-image-current-rockchip_21.02.0-trunk.1_armhf.deb
- noextract = linux-headers-current-rockchip_21.02.0-trunk.1_armhf.deb
+ noextract = linux-dtb-current-rockchip_21.02.0-trunk.13_armhf.deb
+ noextract = linux-image-current-rockchip_21.02.0-trunk.13_armhf.deb
+ noextract = linux-headers-current-rockchip_21.02.0-trunk.13_armhf.deb
options = !strip
source = linux.preset
source = 60-linux.hook
source = 90-linux.hook
- source = https://beta.armbian.com/pool/main/l/linux-5.9.11-rockchip/linux-dtb-current-rockchip_21.02.0-trunk.1_armhf.deb
- source = https://beta.armbian.com/pool/main/l/linux-5.9.11-rockchip/linux-image-current-rockchip_21.02.0-trunk.1_armhf.deb
- source = https://beta.armbian.com/pool/main/l/linux-5.9.11-rockchip/linux-headers-current-rockchip_21.02.0-trunk.1_armhf.deb
+ source = https://beta.armbian.com/pool/main/l/linux-5.9.12-rockchip/linux-dtb-current-rockchip_21.02.0-trunk.13_armhf.deb
+ source = https://beta.armbian.com/pool/main/l/linux-5.9.12-rockchip/linux-image-current-rockchip_21.02.0-trunk.13_armhf.deb
+ source = https://beta.armbian.com/pool/main/l/linux-5.9.12-rockchip/linux-headers-current-rockchip_21.02.0-trunk.13_armhf.deb
sha512sums = a492aae17ee4a316ce03faf9f1b284b2529c485f4b092cc4a1f865a6c68d482fd356fd30efa296c116975a3bdf3922f5bf03912a8d0e76f4ab24aa6ab9f8c276
sha512sums = 7ad5be75ee422dda3b80edd2eb614d8a9181e2c8228cd68b3881e2fb95953bf2dea6cbe7900ce1013c9de89b2802574b7b24869fc5d7a95d3cc3112c4d27063a
sha512sums = a8fc668de860cf7b44269e35f879d130ccbc7db84d159ffcac6a92c02324f09c08fb57cccad18332f423bf2153c928633fa681ee96482c778dc76bffe80dd4f5
@@ -32,12 +32,12 @@ pkgname = linux-rockchip
depends = kmod
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
- provides = linux=5.9.11
+ provides = linux=5.9.12
provides = WIREGUARD-MODULE
conflicts = linux
backup = etc/mkinitcpio.d/linux-rockchip.preset
pkgname = linux-rockchip-headers
pkgdesc = Header files and scripts for building modules for linux kernel - ARMv7 multi-platform rockchip
- provides = linux-headers=5.9.11
+ provides = linux-headers=5.9.12
conflicts = linux-headers
diff --git a/PKGBUILD b/PKGBUILD
index f876c3086b20..4742eeaabca3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_target=rockchip
pkgbase="linux-$_target"
pkgname=("$pkgbase" "$pkgbase-headers")
-pkgver=5.9.11
+pkgver=5.9.12
_armbver=21.02.0
-_armbrel=1
+_armbrel=13
_kernver="$pkgver-$_target"
pkgrel=1
arch=('armv7h')