diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-08-25 21:27:31 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-29 15:32:13 -0500 |
commit | f4d61d027a1f979d0774b083e0217d9d8646aad1 (patch) | |
tree | 4bfda4dbcb37b90d8ac5455ce27a7b8c46885499 /graphics/qcomicbook/qcomicbook.SlackBuild | |
parent | 39b2848b62ef2d68cb9934e91ca745c49726b8b0 (diff) | |
download | slackbuilds-f4d61d027a1f979d0774b083e0217d9d8646aad1.tar.gz |
graphics/qcomicbook: Updated for version 0.6.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'graphics/qcomicbook/qcomicbook.SlackBuild')
-rw-r--r-- | graphics/qcomicbook/qcomicbook.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/qcomicbook/qcomicbook.SlackBuild b/graphics/qcomicbook/qcomicbook.SlackBuild index f2edee2dde..21b1926a94 100644 --- a/graphics/qcomicbook/qcomicbook.SlackBuild +++ b/graphics/qcomicbook/qcomicbook.SlackBuild @@ -5,19 +5,17 @@ # Original version written by Amiralul - tanaselia@gmail.com # Currently maintained by Niels Horn - niels.horn@gmail.com -# revision date 2009/12/14 +# revision date 2010/08/21 PRGNAM=qcomicbook -VERSION=0.5.0 -BUILD=${BUILD:-2} +VERSION=0.6.0 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi |