summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralyptik2016-10-07 15:35:45 -1000
committeralyptik2016-10-07 15:35:45 -1000
commit997c20595feac28dfe57d8450a78795f8d21cd49 (patch)
treefce8a96f31d5e066ee5ee228f5ba509f2fce21f0
parentf00422e7c6378cf27d9fd1718df28a35a3e58465 (diff)
downloadaur-997c20595feac28dfe57d8450a78795f8d21cd49.tar.gz
Fixed PKGBUILD typos
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9530ce6a0c04..a2fd259a3cc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-surfacepro3-rt
pkgver = 4.8
- pkgrel = 1.5
+ pkgrel = 1.51
url = https://github.com/alyptik/linux-surfacepro3-rt
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 47a61fb44351..c16290185cc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=linux-surfacepro3-rt
_srcname=linux-4.8
pkgver=4.8
-pkgrel=1.5
+pkgrel=1.51
arch=('i686' 'x86_64')
url="https://github.com/alyptik/linux-surfacepro3-rt"
license=('GPL2')
@@ -141,7 +141,7 @@ prepare() {
#make olddefconfig
# ... or manually edit .config
- printf '\n \033[32m %s \033[0m ' "[Run make nconfig? (Y/n)]"; read -r -n 1
+ printf '\n \033[32m %s \033[0m ' "[Run make nconfig? (Y/n)]"; read -r
case $REPLY in
[Yy]*|'') make nconfig ;; # new CLI menu for configuration
[Nn]*) printf ' \033[31m %s \n\033[0m ' "Continuing..."; make oldconfig ;;