summaryrefslogtreecommitdiffstats
path: root/source/l/system-config-printer
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/system-config-printer')
-rw-r--r--source/l/system-config-printer/slack-desc2
-rwxr-xr-xsource/l/system-config-printer/system-config-printer.SlackBuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/l/system-config-printer/slack-desc b/source/l/system-config-printer/slack-desc
index c1b638a71..52382f377 100644
--- a/source/l/system-config-printer/slack-desc
+++ b/source/l/system-config-printer/slack-desc
@@ -15,5 +15,5 @@ system-config-printer: CUPS API. It is largely the same as using the CUPS web in
system-config-printer: configuring printers, but has the advantage of being a native
system-config-printer: application rather than a web page.
system-config-printer:
-system-config-printer: Home: https://github.com/zdohnal/system-config-printer
+system-config-printer: Homepage: https://github.com/OpenPrinting/system-config-printer
system-config-printer:
diff --git a/source/l/system-config-printer/system-config-printer.SlackBuild b/source/l/system-config-printer/system-config-printer.SlackBuild
index b5f541bb1..4b8b6ef3c 100755
--- a/source/l/system-config-printer/system-config-printer.SlackBuild
+++ b/source/l/system-config-printer/system-config-printer.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=system-config-printer
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-6}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}