M .vimrc +2 -2
@@ 46,8 46,8 @@ let g:vimsyn_noerror=1
set pdev=HP_psc_1200_series
" tabs and indenting
-set tabstop=4 " tabs appear as n number of columns
-set shiftwidth=4 " n cols for auto-indenting
+set tabstop=2 " tabs appear as n number of columns
+set shiftwidth=2 " n cols for auto-indenting
set expandtab " spaces instead of tabs
set autoindent " auto indents next new line
M Scripts/upsync +1 -1
@@ 21,7 21,7 @@ sha256sum "${blob##*/}" >> "$sumtext"
# update package version & provides
sed -i -e "s:pkgver=[0-9].*:pkgver=${release}:
s:provides=('syncthing=[0-9].*'):provides=('syncthing=${release}'):
- /^source_i686/a#individual sums
+ /^source_i686/a#individual sums
/^package()/i#package\n" "$buildfile"
newsums=$( awk '