summaryrefslogtreecommitdiffstats
path: root/source/d
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-03-10 20:32:52 +0000
committer Eric Hameleers <alien@slackware.com>2021-03-11 08:59:53 +0100
commite2d188d741d8d635b1822a3a50defa64b00657da (patch)
treed16bf42b81b3964a9070e73b549caae4c8323cdf /source/d
parent2d203525984b46a39691e1035d350b9b1625ca1e (diff)
downloadcurrent-e2d188d741d8d635b1822a3a50defa64b00657da.tar.gz
current-e2d188d741d8d635b1822a3a50defa64b00657da.tar.xz
Wed Mar 10 20:32:52 UTC 202120210310203252
ap/vim-8.2.2585-x86_64-1.txz: Upgraded. d/git-2.30.2-x86_64-1.txz: Upgraded. l/python-dnspython-2.1.0-x86_64-1.txz: Added. This is needed by samba-4.14.0. l/python-markdown-3.3.4-x86_64-1.txz: Added. This is needed by samba-4.14.0. n/samba-4.14.0-x86_64-1.txz: Upgraded. xap/vim-gvim-8.2.2585-x86_64-1.txz: Upgraded. xfce/elementary-xfce-0.15.2-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/d')
-rwxr-xr-xsource/d/git/git.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/git/git.SlackBuild b/source/d/git/git.SlackBuild
index 2bfa0d7b8..2c7ab2f51 100755
--- a/source/d/git/git.SlackBuild
+++ b/source/d/git/git.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=git
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | cut -d - -f 2 | rev | cut -f 3- -d . | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}