summaryrefslogtreecommitdiffstats
path: root/source/l/xapian-core
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/xapian-core')
-rw-r--r--source/l/xapian-core/slack-desc2
-rwxr-xr-xsource/l/xapian-core/xapian-core.SlackBuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/l/xapian-core/slack-desc b/source/l/xapian-core/slack-desc
index 2b7ce8e7b..9f2641387 100644
--- a/source/l/xapian-core/slack-desc
+++ b/source/l/xapian-core/slack-desc
@@ -13,7 +13,7 @@ xapian-core: Library. It offers a highly adaptable toolkit that allows
xapian-core: developers to easily add advanced indexing and search facilities
xapian-core: to applications.
xapian-core:
+xapian-core: Homepage: http://www.xapian.org/
xapian-core:
xapian-core:
-xapian-core: xapian home: http://www.xapian.org/
xapian-core:
diff --git a/source/l/xapian-core/xapian-core.SlackBuild b/source/l/xapian-core/xapian-core.SlackBuild
index fd2c7d7d7..f84c5da5e 100755
--- a/source/l/xapian-core/xapian-core.SlackBuild
+++ b/source/l/xapian-core/xapian-core.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xapian-core
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}