summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Lenaerts2018-01-19 07:04:59 +0100
committerPieter Lenaerts2018-01-19 07:04:59 +0100
commit42f66174027c9cdbe60a2fb54499c2820f6901fc (patch)
tree740e4772f07759817c23e3975360ec52ceb81940
parentc3008e23c3a98e59799113588e5fdae3b5561432 (diff)
downloadaur-42f66174027c9cdbe60a2fb54499c2820f6901fc.tar.gz
updated to 4.14.13
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD7
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c574c1d2aec..6e4c591c65c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Sun Jan 7 18:03:42 UTC 2018
+# Fri Jan 19 06:04:20 UTC 2018
pkgbase = linux-x205ta
- pkgver = 4.14.12
+ pkgver = 4.14.13
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = linux-x205ta
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.tar.sign
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.14.12.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.14.12.sign
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.14.13.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.14.13.sign
source = 60-linux.hook
source = 90-linux.hook
source = linux.preset
@@ -32,7 +32,7 @@ pkgbase = linux-x205ta
source = config_x205ta
sha256sums = f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7
sha256sums = SKIP
- sha256sums = da5d8db44b0988e4c45346899d3f5a51f8bd6c25f14e729615ca9ff9f17bdefd
+ sha256sums = ce897f467e80452f29d7a7a8809e8585ea12192a2c32e4d18578f64b043e802e
sha256sums = SKIP
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
sha256sums = 75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919
@@ -47,7 +47,7 @@ pkgbase = linux-x205ta
sha256sums = ad0f318809d074ee387f48fdfcb711b0fa3eb378867ac65c6da3d490834e649d
sha256sums = f69b0f127f8f1a2b4b34dedaf3c37ef3e561e75fea4de031993341a93c0456d9
sha256sums = 139b6357a092ecc0284ba8f4440f7babcb6f5ac81a52420ad950de4cd2f281dd
- sha256sums = 13bdf6048dba34c76565a98f758333bfe38bdb7e378122ea98c249f8e2c2cda5
+ sha256sums = fe2f82b81d689ec35a9ecb3ecf1ebc17c39dcbf214039f200ff19a27cd2482e9
pkgname = linux-x205ta
pkgdesc = The Linux-x205ta kernel and modules, with patches and config for ASUS x205ta.
diff --git a/PKGBUILD b/PKGBUILD
index 7f52972bb4c7..06c3014e48f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=linux-x205ta
_srcname=linux-4.14
-pkgver=4.14.12
+pkgver=4.14.13
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"
@@ -38,7 +38,7 @@ validpgpkeys=(
)
sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
'SKIP'
- 'da5d8db44b0988e4c45346899d3f5a51f8bd6c25f14e729615ca9ff9f17bdefd'
+ 'ce897f467e80452f29d7a7a8809e8585ea12192a2c32e4d18578f64b043e802e'
'SKIP'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
@@ -258,6 +258,9 @@ _package-headers() {
# remove files already in linux-docs package
rm -r "${_builddir}/Documentation"
+ # remove now broken symlinks
+ find -L "${_builddir}" -type l -printf 'Removing %P\n' -delete
+
# Fix permissions
chmod -R u=rwX,go=rX "${_builddir}"