summaryrefslogtreecommitdiffstats
path: root/source/ap
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-03-23 02:15:21 +0000
committer Eric Hameleers <alien@slackware.com>2021-03-23 08:59:55 +0100
commit88111a3a1f332ee98ec6099f1a11b1f34b655b76 (patch)
tree64e9c54978094375e7754f09f36fe5201ec55501 /source/ap
parent5125a37b0c8dab963f7dd46cd21402d9f410e6da (diff)
downloadcurrent-88111a3a1f332ee98ec6099f1a11b1f34b655b76.tar.gz
current-88111a3a1f332ee98ec6099f1a11b1f34b655b76.tar.xz
Tue Mar 23 02:15:21 UTC 202120210323021521
a/kernel-firmware-20210322_3f026a2-noarch-1.txz: Upgraded. ap/man-pages-5.11-noarch-1.txz: Upgraded. ap/rpm-4.16.1.3-x86_64-1.txz: Upgraded. d/parallel-20210322-noarch-1.txz: Upgraded. d/python-setuptools-54.2.0-x86_64-1.txz: Upgraded. kde/digikam-7.2.0-x86_64-1.txz: Upgraded. l/libsigc++-2.10.6-x86_64-1.txz: Upgraded. n/alpine-2.24-x86_64-4.txz: Rebuilt. Rebuilt with maildir patch. Thanks to pisti and Eleksir. n/getmail-6.15-x86_64-1.txz: Upgraded. n/libgpg-error-1.42-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap')
-rwxr-xr-xsource/ap/man-pages/man-pages.SlackBuild2
-rwxr-xr-xsource/ap/rpm/rpm.SlackBuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/ap/man-pages/man-pages.SlackBuild b/source/ap/man-pages/man-pages.SlackBuild
index d09dfcd74..278d17180 100755
--- a/source/ap/man-pages/man-pages.SlackBuild
+++ b/source/ap/man-pages/man-pages.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=man-pages
VERSION=${VERSION:-$(echo man-pages-5.*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
ARCH=noarch
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
diff --git a/source/ap/rpm/rpm.SlackBuild b/source/ap/rpm/rpm.SlackBuild
index 9713ff4d6..e50b98835 100755
--- a/source/ap/rpm/rpm.SlackBuild
+++ b/source/ap/rpm/rpm.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=rpm
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}