From 023424d348f03bf2c7a0520928bb3d07ce9b48c2 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 22 Feb 2021 20:58:01 +0000 Subject: Mon Feb 22 20:58:01 UTC 2021 ap/dash-0.5.11.3-x86_64-1.txz: Upgraded. ap/vim-8.2.2541-x86_64-1.txz: Upgraded. d/parallel-20210222-noarch-1.txz: Upgraded. l/mozjs78-78.8.0esr-x86_64-1.txz: Upgraded. n/libqmi-1.28.0-x86_64-1.txz: Upgraded. n/rsync-3.2.3-x86_64-4.txz: Rebuilt. Don't use lchmod(). Thanks to tadgy. x/ibus-anthy-1.5.12-x86_64-1.txz: Upgraded. xap/mozilla-firefox-78.8.0esr-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/firefox/78.8.0/releasenotes/ (* Security fix *) xap/vim-gvim-8.2.2541-x86_64-1.txz: Upgraded. xfce/xfce4-panel-profiles-1.0.13-x86_64-1.txz: Upgraded. --- source/ap/dash/dash.SlackBuild | 2 +- source/ap/vim/vim-gvim.SlackBuild | 2 +- source/ap/vim/vim.SlackBuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source/ap') diff --git a/source/ap/dash/dash.SlackBuild b/source/ap/dash/dash.SlackBuild index 172c098c4..62af6dcf7 100755 --- a/source/ap/dash/dash.SlackBuild +++ b/source/ap/dash/dash.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=dash VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/ap/vim/vim-gvim.SlackBuild b/source/ap/vim/vim-gvim.SlackBuild index 8bf37ef79..8091411e8 100755 --- a/source/ap/vim/vim-gvim.SlackBuild +++ b/source/ap/vim/vim-gvim.SlackBuild @@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=vim-gvim VIMBRANCH=8.2 VERSION=$(echo vim-${VIMBRANCH}*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev) -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/ap/vim/vim.SlackBuild b/source/ap/vim/vim.SlackBuild index 3737748cb..1ef6744bb 100755 --- a/source/ap/vim/vim.SlackBuild +++ b/source/ap/vim/vim.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=vim VIMBRANCH=8.2 CTAGSVER=5.8 -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -r vim-${VIMBRANCH}*.tar.?z ]; then # if there's a source archive already, use the version number from it: VERSION=$(echo vim-${VIMBRANCH}*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev) -- cgit v1.2.3