Skip to content

Commit

Permalink
kernel: Update to v5.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
aunali1 committed Oct 1, 2019
1 parent 345a3a6 commit b018ba3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
11 changes: 7 additions & 4 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgbase = linux-mbp
pkgver = 5.2.17
pkgver = 5.2.18
pkgrel = 1
url = https://git.archlinux.org/linux.git/log/?h=v
arch = x86_64
Expand All @@ -15,8 +15,8 @@ pkgbase = linux-mbp
makedepends = graphviz
makedepends = imagemagick
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.2.17.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.2.17.tar.sign
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.2.18.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.2.18.tar.sign
source = config
source = 60-linux.hook
source = 90-linux.hook
Expand All @@ -33,7 +33,7 @@ pkgbase = linux-mbp
source = wifi.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 7b3b8ad09ea936b4216dd02c5fc2ef39c8f58935d0a81ab9690f0fc451102df9
sha256sums = 6d090f866c9739403f78b08470209d1e825c44ce5dbaa237a4a2c8c6609dca60
sha256sums = SKIP
sha256sums = ca03f3e65af0c4bfde88a864deac18a1b3afdb3fcc88339114272f693bbfadda
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
Expand All @@ -58,11 +58,14 @@ pkgname = linux-mbp
depends = kmod
depends = mkinitcpio
optdepends = crda: to set the correct wireless channels of your country
provides = linux
backup = etc/mkinitcpio.d/linux-mbp.preset

pkgname = linux-mbp-headers
pkgdesc = Header files and scripts for building modules for Linux-mbp kernel
provides = linux-headers

pkgname = linux-mbp-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-mbp kernel
provides = linux-docs

7 changes: 5 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Contributor: Thomas Baechler <[email protected]>

pkgbase=linux-mbp
pkgver=5.2.17
pkgver=5.2.18
_srcname=linux-${pkgver}
pkgrel=1
arch=(x86_64)
Expand Down Expand Up @@ -48,7 +48,7 @@ validpgpkeys=(
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)

sha256sums=('7b3b8ad09ea936b4216dd02c5fc2ef39c8f58935d0a81ab9690f0fc451102df9'
sha256sums=('6d090f866c9739403f78b08470209d1e825c44ce5dbaa237a4a2c8c6609dca60'
'SKIP'
'ca03f3e65af0c4bfde88a864deac18a1b3afdb3fcc88339114272f693bbfadda'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
Expand Down Expand Up @@ -103,6 +103,7 @@ _package() {
[[ $pkgbase = linux ]] && groups=(base)
depends=(coreutils linux-firmware kmod mkinitcpio)
optdepends=('crda: to set the correct wireless channels of your country')
provides=('linux')
backup=("etc/mkinitcpio.d/$pkgbase.preset")
install=linux.install

Expand Down Expand Up @@ -156,6 +157,7 @@ _package() {

_package-headers() {
pkgdesc="Header files and scripts for building modules for ${pkgbase/linux/Linux} kernel"
provides=('linux-headers')

local builddir="$pkgdir/usr/lib/modules/$(<version)/build"

Expand Down Expand Up @@ -237,6 +239,7 @@ _package-headers() {

_package-docs() {
pkgdesc="Kernel hackers manual - HTML documentation that comes with the ${pkgbase/linux/Linux} kernel"
provides=('linux-docs')

local builddir="$pkgdir/usr/lib/modules/$(<version)/build"

Expand Down

0 comments on commit b018ba3

Please sign in to comment.