Skip to content

Commit

Permalink
kernel: Update to v5.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
aunali1 committed Oct 5, 2019
1 parent b018ba3 commit 0279640
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgbase = linux-mbp
pkgver = 5.2.18
pkgver = 5.2.19
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.18.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.2.18.tar.sign
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.2.19.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.2.19.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 = 6d090f866c9739403f78b08470209d1e825c44ce5dbaa237a4a2c8c6609dca60
sha256sums = de98e4c28e08cd992c3aadc32450b3fa738b6101c509093192bb344f4f41b18a
sha256sums = SKIP
sha256sums = ca03f3e65af0c4bfde88a864deac18a1b3afdb3fcc88339114272f693bbfadda
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
Expand All @@ -58,14 +58,14 @@ pkgname = linux-mbp
depends = kmod
depends = mkinitcpio
optdepends = crda: to set the correct wireless channels of your country
provides = linux
provides = linux=5.2.19
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
provides = linux-headers=5.2.19

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

10 changes: 5 additions & 5 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.18
pkgver=5.2.19
_srcname=linux-${pkgver}
pkgrel=1
arch=(x86_64)
Expand Down Expand Up @@ -48,7 +48,7 @@ validpgpkeys=(
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)

sha256sums=('6d090f866c9739403f78b08470209d1e825c44ce5dbaa237a4a2c8c6609dca60'
sha256sums=('de98e4c28e08cd992c3aadc32450b3fa738b6101c509093192bb344f4f41b18a'
'SKIP'
'ca03f3e65af0c4bfde88a864deac18a1b3afdb3fcc88339114272f693bbfadda'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
Expand Down Expand Up @@ -103,7 +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')
provides=("linux=$pkgver")
backup=("etc/mkinitcpio.d/$pkgbase.preset")
install=linux.install

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

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

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

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

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

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

Expand Down

0 comments on commit 0279640

Please sign in to comment.