Skip to content

Commit

Permalink
linux-mbp: v5.7.15-4
Browse files Browse the repository at this point in the history
  • Loading branch information
aunali1 committed Aug 18, 2020
1 parent fb64af7 commit 73c6710
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 28 deletions.
6 changes: 3 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = linux-mbp
pkgdesc = Linux for MBP
pkgver = 5.7.15
pkgrel = 3
pkgrel = 4
url = https://git.archlinux.org/linux.git/log/?h=vv5.7-15
arch = x86_64
license = GPL2
Expand Down Expand Up @@ -34,7 +34,7 @@ pkgbase = linux-mbp
source = 4002-keyboard-backlight.patch
source = 5001-brcmfmac-move-brcmf_mp_device-into-its-own-header.patch
source = 5002-brcmfmac-Add-ability-to-manually-specify-FW-rambase-.patch
source = camera.patch
source = 6001-media-uvcvideo-Add-support-for-Apple-T2-attached-iSi.patch
source = wifi.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
Expand All @@ -56,7 +56,7 @@ pkgbase = linux-mbp
sha256sums = 6785a219662672430af11fdc650c19bf7d2073ae696247a37635a30f28bcb693
sha256sums = 0318952f59efdce4dc72703adc764940db6fdff184960c27a23a80c3413d8a60
sha256sums = e632f2959efca848fd28acb5e278cc476f8fb54d70ca95272b0a76add47e474e
sha256sums = 717f7fc70a3e3fcfa5ffbac505c8259c1d86718ca1ca6593e8925dac3d29a835
sha256sums = eb5134e6b7415528547120e661aa58d7125cc657e982c924989d7a63d253d85e
sha256sums = 17f11a531e975f401449e5a0e230c596cdaff51c95a9e7b70bc7ce9455a1f0e1

pkgname = linux-mbp
Expand Down
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ steps:
from_secret: s3_bucket
commands:
- pacman --noconfirm -Syyu
- pacman --noconfirm -S pacman-tools s3cmd
- pacman --noconfirm --needed -S base s3cmd
- s3cmd -s --region=${S3_REGION} --host=${S3_HOST} --host-bucket="${S3_BUCKET_HOST}" --access_key="${S3_ACCESS_ID}" --secret_key="${S3_SECRET}" sync --follow-symlinks s3://${S3_BUCKET}/archlinux/mbp/x86_64/ /tmp/repo/
- mv /tmp/products/* /tmp/repo/
- cd /tmp/repo/
Expand Down
8 changes: 4 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pkgbase=linux-mbp
pkgver=5.7.15
_srcname=linux-${pkgver}
pkgrel=3
pkgrel=4
pkgdesc='Linux for MBP'
_srctag=v${pkgver%.*}-${pkgver##*.}
url="https://git.archlinux.org/linux.git/log/?h=v$_srctag"
Expand Down Expand Up @@ -48,8 +48,8 @@ source=(
5002-brcmfmac-Add-ability-to-manually-specify-FW-rambase-.patch

# MBP Peripheral support
camera.patch # UVC Camera support
wifi.patch # Broadcom Wifi support
6001-media-uvcvideo-Add-support-for-Apple-T2-attached-iSi.patch # UVC Camera support
wifi.patch # Broadcom Wifi support
)

validpgpkeys=(
Expand All @@ -75,7 +75,7 @@ sha256sums=('0eeb17448973bc591d8dbbfb064a88474e6db148ccc2ccadbbd285c6eb3e5212'
'6785a219662672430af11fdc650c19bf7d2073ae696247a37635a30f28bcb693'
'0318952f59efdce4dc72703adc764940db6fdff184960c27a23a80c3413d8a60'
'e632f2959efca848fd28acb5e278cc476f8fb54d70ca95272b0a76add47e474e'
'717f7fc70a3e3fcfa5ffbac505c8259c1d86718ca1ca6593e8925dac3d29a835'
'eb5134e6b7415528547120e661aa58d7125cc657e982c924989d7a63d253d85e'
'17f11a531e975f401449e5a0e230c596cdaff51c95a9e7b70bc7ce9455a1f0e1')

export KBUILD_BUILD_HOST=archlinux
Expand Down
20 changes: 0 additions & 20 deletions camera.patch

This file was deleted.

0 comments on commit 73c6710

Please sign in to comment.