summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-02-04 04:00:01 -0500
committerChris Severance2018-02-04 04:00:01 -0500
commitce2fa51bb7dd789fa8ad877342f5549b13279dd6 (patch)
treecf7ca92750dd1ae761675debd0c8d4a3901c4afb
parentee9902b52c546c0a4fed80336a159ff654dd4ef5 (diff)
downloadaur-ce2fa51bb7dd789fa8ad877342f5549b13279dd6.tar.gz
Update to 4.9.80
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9fe57ff8715..4b7cb2267834 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Sat Feb 3 07:27:12 UTC 2018
+# Sun Feb 4 08:58:48 UTC 2018
pkgbase = linux-lts49
- pkgver = 4.9.79
+ pkgver = 4.9.80
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -15,13 +15,13 @@ pkgbase = linux-lts49
makedepends = git
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.9.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.9.79.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.9.80.xz
source = config
source = 90-linux.hook
source = linux-lts.preset
source = change-default-console-loglevel.patch
sha256sums = 029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a
- sha256sums = e6f5bdf282a817a491646c4202079ed608210a4b7ff7c5a466ed790c0fb9d158
+ sha256sums = 76ac750421477d6e43392809dc03d310a83d59260560ad4475bfad74161aec26
sha256sums = 1cf2cceaf79bff8aaf056f859228a4820193aafd5d013bddc778610a2a426f3a
sha256sums = 834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0
sha256sums = 1f036f7464da54ae510630f0edb69faa115287f86d9f17641197ffda8cfd49e0
diff --git a/PKGBUILD b/PKGBUILD
index 5f77fa039ff7..268b31119fa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@ set -u
pkgbase="linux-lts49"
#pkgbase=linux-lts-custom
_srcname="linux-4.9"
-pkgver="4.9.79"
+pkgver="4.9.80"
pkgrel='1'
arch=('x86_64')
url="https://www.kernel.org/"
license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'libelf' 'git')
options=('!strip')
+_verwatch=('https://www.kernel.org/pub/linux/kernel/v4.x/' '.*patch-\(4\.9\.[0-9]\+\)\.xz.*' 'f')
source=(https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz
https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz
# the main kernel config files
@@ -23,7 +24,7 @@ source=(https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz
change-default-console-loglevel.patch)
# https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
- 'e6f5bdf282a817a491646c4202079ed608210a4b7ff7c5a466ed790c0fb9d158'
+ '76ac750421477d6e43392809dc03d310a83d59260560ad4475bfad74161aec26'
'1cf2cceaf79bff8aaf056f859228a4820193aafd5d013bddc778610a2a426f3a'
'834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
'1f036f7464da54ae510630f0edb69faa115287f86d9f17641197ffda8cfd49e0'