summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Pabalinas2018-04-22 17:42:41 -1000
committerJoey Pabalinas2018-04-22 17:42:41 -1000
commit8a4756cdfd86c5b04f05905c61647c7975972f17 (patch)
tree0a3a971a0b4353ae6505ca1ae4ab4cb59772d112
parent29db8c2035e184d221d14d2a3625e4e2931ba301 (diff)
downloadaur-8a4756cdfd86c5b04f05905c61647c7975972f17.tar.gz
upgpkg: linux-surfacepro3-git 4.17rc2.r0.g6d08b06e67cd117f69-1
upstream release
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1ddfb625a05..6949d933ffb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-surfacepro3-git
- pkgver = 4.17rc1.r302.g5ec83b22a2dd131807
+ pkgver = 4.17rc2.r0.g6d08b06e67cd117f69
pkgrel = 1
url = http://www.kernel.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 50baec1d3ac7..84f6afea2532 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=linux-surfacepro3-git
_srcname=linux
-pkgver=4.17rc1.r302.g5ec83b22a2dd131807
+pkgver=4.17rc2.r0.g6d08b06e67cd117f69
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
@@ -94,12 +94,12 @@ prepare() {
printf "$(tput setaf 3)\t%s $(tput sgr0)\n" "Continuing..." ;;
esac
- printf "\n$(tput setaf 2)\t%s $(tput sgr0)" "[Run make ([n]config|[o]lddefconfig) or [s]kip? (n/o/S)]"
+ printf "\n$(tput setaf 2)\t%s $(tput sgr0)" "[Run make ([n]config|[o]ldconfig) or [s]kip? (n/o/S)]"
read -r; echo; case "${REPLY:0:1}" in
[Nn])
make nconfig ;;
[Oo])
- make olddefconfig ;;
+ make oldconfig ;;
*)
printf "$(tput setaf 3)\t%s $(tput sgr0)\n" "Continuing..." ;;
esac