summaryrefslogtreecommitdiffstats
path: root/system/asbt
diff options
context:
space:
mode:
author Aaditya Bagga <aaditya_gnulinux@zoho.com>2014-09-22 18:26:28 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-09-22 18:26:28 +0700
commitb03dfb46286c77984105fc58c0486647ed569076 (patch)
tree5d099b96415934007c87dfedb59e792c074aa9d8 /system/asbt
parente9fe87324629aedb1f1b147f3ea1959dd031d2d9 (diff)
downloadslackbuilds-b03dfb46286c77984105fc58c0486647ed569076.tar.gz
slackbuilds-b03dfb46286c77984105fc58c0486647ed569076.tar.xz
system/asbt: Updated for version 0.9.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/asbt')
-rw-r--r--system/asbt/README2
-rw-r--r--system/asbt/README.Slackware3
-rw-r--r--system/asbt/asbt.SlackBuild2
-rw-r--r--system/asbt/asbt.info6
4 files changed, 8 insertions, 5 deletions
diff --git a/system/asbt/README b/system/asbt/README
index 2381ad0439..61b39fe671 100644
--- a/system/asbt/README
+++ b/system/asbt/README
@@ -2,7 +2,7 @@ asbt is a tool for managing packages in your local copy of slackbuilds,
which can be obtained from http://slackbuilds.org (SBo).
It supports searching (-s), viewing information (-i,-r,-d,-v,-l,-q),
-downloading (-G), building (-B), installing/removing/upgrading (-I,-R-U),
+downloading (-G), building (-B), installing/removing/upgrading (-I,-R,-U),
checking updates (-c), and some other options.
The list of available options is present in the readme and the man page.
diff --git a/system/asbt/README.Slackware b/system/asbt/README.Slackware
index ab58bab49d..69296dc6d1 100644
--- a/system/asbt/README.Slackware
+++ b/system/asbt/README.Slackware
@@ -18,4 +18,7 @@ adjust according to your wish, are:
5) editor="/usr/bin/vim"
# Editor for viewing/editing slackbuilds.
+6) buildflags="MAKEFLAGS=-j2"
+ # Build flags specified while building a package
+
These variables can be configured via editing /etc/asbt/asbt.conf
diff --git a/system/asbt/asbt.SlackBuild b/system/asbt/asbt.SlackBuild
index f6bc6de2e0..a973ba509e 100644
--- a/system/asbt/asbt.SlackBuild
+++ b/system/asbt/asbt.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=asbt
-VERSION=${VERSION:-0.9.7}
+VERSION=${VERSION:-0.9.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
diff --git a/system/asbt/asbt.info b/system/asbt/asbt.info
index c99c0ac12c..5463a7b051 100644
--- a/system/asbt/asbt.info
+++ b/system/asbt/asbt.info
@@ -1,8 +1,8 @@
PRGNAM="asbt"
-VERSION="0.9.7"
+VERSION="0.9.8"
HOMEPAGE="http://github.com/aadityabagga/asbt"
-DOWNLOAD="http://github.com/aadityabagga/asbt/archive/0.9.7.tar.gz"
-MD5SUM="59cd3714e62b557319c3b7b7709c6593"
+DOWNLOAD="http://github.com/aadityabagga/asbt/archive/0.9.8.tar.gz"
+MD5SUM="d1e8e50ed06e017f5e6f17cc7bcdece1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""