From 024523f6e753e45875a518de2c97718b583fa954 Mon Sep 17 00:00:00 2001 From: Dan Johansen Date: Tue, 3 Dec 2019 22:01:04 +0100 Subject: [PATCH] update usb-c port support with better DP altmode and stuff --- PKGBUILD | 8 ++++---- config | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 3209d5e..5edbae2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,13 +8,13 @@ _srcname=linux-pinebook-pro _kernelname=${pkgbase#linux} _desc="AArch64 Pinebook Pro kernel" pkgver=5.4.0 -pkgrel=1.3 +pkgrel=1.4 arch=('aarch64') url="https://gitlab.manjaro.org/tsys/${_pkgname}" license=('GPL2') makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc') options=('!strip') -_commit=086dae8ef292a018ae1f2ef043897593f5446174 +_commit=5b9efa0d8fbd0003744af7ff99c068f7a35014ca source=("https://gitlab.manjaro.org/tsys/linux-pinebook-pro/-/archive/${_commit}/${_pkgname}-${_commit}.tar.gz" '0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch' '0001-arm64-dts-rockchip-remove-capacity-dmips-rk3399.patch' @@ -38,10 +38,10 @@ source=("https://gitlab.manjaro.org/tsys/linux-pinebook-pro/-/archive/${_commit} '0011-bootsplash.patch' '0012-bootsplash.patch' '0013-bootsplash.patch') -md5sums=('86c0e0e4e437c53b0c917124189de4f9' +md5sums=('9d3b543f6c52409eaf89f253de033843' '6ee347975dca719ecd63a846cc5983b2' '481f71a08407ec05b2cc055067290015' - 'd1917d8f78aaa790713ff0206fad89fe' + '14e1e79b4d2f28d77eb4c7ec671e025d' '7f1a96e24f5150f790df94398e9525a3' '61c5ff73c136ed07a7aadbf58db3d96a' '584777ae88bce2c5659960151b64c7d8' diff --git a/config b/config index 8a7977d..bd58fad 100644 --- a/config +++ b/config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 5.4.0-1.3 Kernel Configuration +# Linux/arm64 5.4.0-1.4 Kernel Configuration # # -- GitLab