Skip to content

Commit

Permalink
Linux kernel v5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RoEdAl committed May 8, 2020
1 parent f114470 commit ece4769
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions dtbs/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Maintainer: Edmunt Pienkowsky <[email protected]>

pkgname='sunxi-dtbs'
_srcname=linux-5.4
_srcname=linux-5.6
pkgdesc='Additional DTBs for Allwinder-based boards'
conflicts=('orangepi-dtbs' 'nanopi-dtbs' 'olinuxino-lime-dtbs' 'bananapi-dtbs')
replaces=('orangepi-dtbs' 'nanopi-dtbs' 'olinuxino-lime-dtbs' 'bananapi-dtbs')
pkgver=5.4.p1
pkgver=5.6.p1
pkgrel=1
arch=('armv7h')
url="http://www.kernel.org/"
license=('GPL2')
depends=('linux>5.1')
makedepends=('bc' 'git')
options=('!strip')
_cfgrel=e09abb00ffa3451f6c6a5845254bf23a211d6a1f
_cfgrel=9da5384078b7f6285429a0f7ff16e78a1a5bb456
_patches=(
'0001-arm-dts-sunxi-NanoPi-Neo-status-LED-without-defaulte.patch'
'0002-arm-dts-sunxi-Orange-Pi-Zero-simplification.patch'
Expand All @@ -28,7 +28,7 @@ _patches=(
source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
${_patches[@]}
"config-${pkgver}::http://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/${_cfgrel}/core/linux-armv7/config")
md5sums=('ce9b2d974d27408a61c53a30d3f98fb9'
md5sums=('7b9199ec5fa563ece9ed585ffb17798f'
'4131800ef3acba2ba3e007a195c3c36f'
'5d3c8c812626860fff857844fb14753a'
'3d21077f81bc4cd3216fd17b8ab03ebc'
Expand All @@ -38,7 +38,7 @@ md5sums=('ce9b2d974d27408a61c53a30d3f98fb9'
'678a6ed87164d7e1943e03f9a2c37114'
'1018536df680ab71afab86313126b721'
'06595d1cbdfc8db166ac517033e6fa9b'
'38953deeb5f01372bb6b6ed14d8660a9')
'a22a1ce901976e56c5cd0456cc620ebf')

prepare() {
cd "${srcdir}/${_srcname}"
Expand Down
2 changes: 1 addition & 1 deletion uboot/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _baserel=62ceb441bfe96eba0aa467c07516df8c5947aeeb
url='http://git.denx.de/u-boot.git/'
license=('GPL')
options=('!strip')
makedepends=('bc' 'python2' 'swig' 'dtc' 'sunxi-dtbs=5.4.p1')
makedepends=('bc' 'python2' 'swig' 'dtc' 'sunxi-dtbs=5.6.p1')
backup=('boot/boot.txt'
'boot/boot.scr')
_patches=(
Expand Down

0 comments on commit ece4769

Please sign in to comment.