summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 384c10e62089..e2677f2e42d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-lts316
- pkgver = 3.16.84
+ pkgver = 3.16.85
pkgrel = 1
url = https://www.kernel.org/
arch = i686
@@ -12,7 +12,7 @@ pkgbase = linux-lts316
makedepends = bc
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.16.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v3.x/patch-3.16.84.xz
+ source = https://www.kernel.org/pub/linux/kernel/v3.x/patch-3.16.85.xz
source = config
source = config.x86_64
source = 99-linux.hook
@@ -23,7 +23,7 @@ pkgbase = linux-lts316
source = 0003-systemd.245.kernel.316.ambient.capabilities.patch
source = update.sh
md5sums = 5c569ed649a0c9711879f333e90c5386
- md5sums = ffbe5fe453f1d9ed939e3b661178a7fe
+ md5sums = d832656d9ccfb770f6b1965ca6750b1a
md5sums = 5c85a1cef25029a8eb87d0edeec0cb04
md5sums = f45197ec50bb5f7a85991f6e99ad49c6
md5sums = 90cd68710e3064d9b65f5549570f7821
@@ -34,7 +34,7 @@ pkgbase = linux-lts316
md5sums = 4f2248545c0a3997a1d301195b7dcfe7
md5sums = e6a1be64b190d846648d671c012d6dd3
sha256sums = 4813ad7927a7d92e5339a873ab16201b242b2748934f12cb5df9ba2cfe1d77a0
- sha256sums = b638fb0082ea344f152a49bdaee807484bfb1cd4974f484e5b137c604cc8643e
+ sha256sums = f1ce2bad77b41758874485ca0a7e29a1bd4ce8a13ff721bcec1fe6fafd926bfb
sha256sums = 3bce3e9adce8ae3f826eebab75e9784ca92a914e526ae352de61c1da93aab8d3
sha256sums = 328539797005cb43362b75ca9965791a1ed34525101c286e4fb49694faa40e4c
sha256sums = 834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0
@@ -53,12 +53,12 @@ pkgname = linux-lts316
depends = kmod
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
- provides = linux=3.16.84
+ provides = linux=3.16.85
backup = etc/mkinitcpio.d/linux-lts316.preset
pkgname = linux-lts316-headers
pkgdesc = Header files and scripts for building modules for Linux-lts316 kernel
- provides = linux-headers=3.16.84
+ provides = linux-headers=3.16.85
pkgname = linux-lts316-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-lts316 kernel
diff --git a/PKGBUILD b/PKGBUILD
index 8460c34fa6b8..00286ca05008 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
set -u
pkgbase="linux-lts316"
-pkgver="3.16.84"
+pkgver="3.16.85"
_srcname="linux-${pkgver%.*}"
pkgrel='1'
arch=('i686' 'x86_64')
@@ -42,7 +42,7 @@ source=(
'update.sh'
)
md5sums=('5c569ed649a0c9711879f333e90c5386'
- 'ffbe5fe453f1d9ed939e3b661178a7fe'
+ 'd832656d9ccfb770f6b1965ca6750b1a'
'5c85a1cef25029a8eb87d0edeec0cb04'
'f45197ec50bb5f7a85991f6e99ad49c6'
'90cd68710e3064d9b65f5549570f7821'
@@ -53,7 +53,7 @@ md5sums=('5c569ed649a0c9711879f333e90c5386'
'4f2248545c0a3997a1d301195b7dcfe7'
'e6a1be64b190d846648d671c012d6dd3')
sha256sums=('4813ad7927a7d92e5339a873ab16201b242b2748934f12cb5df9ba2cfe1d77a0'
- 'b638fb0082ea344f152a49bdaee807484bfb1cd4974f484e5b137c604cc8643e'
+ 'f1ce2bad77b41758874485ca0a7e29a1bd4ce8a13ff721bcec1fe6fafd926bfb'
'3bce3e9adce8ae3f826eebab75e9784ca92a914e526ae352de61c1da93aab8d3'
'328539797005cb43362b75ca9965791a1ed34525101c286e4fb49694faa40e4c'
'834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
@@ -111,7 +111,7 @@ prepare() {
sed -i '2iexit 0' scripts/depmod.sh
# gcc-10
- if [ "${pkgver}" = '3.16.84' ]; then
+ if [ "${pkgver}" = '3.16.85' ]; then
sed -e 's:^HOSTCFLAGS =.*$:& -fcommon:g' -i 'Makefile'
fi