diff options
author | Skaendo <skaendo@linuxmail.org> | 2020-03-14 07:26:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-14 07:26:33 +0700 |
commit | bd3a5af5276fa5bdd2a3b826f87b525f1bf60d52 (patch) | |
tree | fc5d9168f71570762c90169590965dc2f1b71297 /desktop/simplenote/simplenote.SlackBuild | |
parent | 9f4d4667f621a0843bb047201560291ac009d607 (diff) |
desktop/simplenote: Updated for version 1.14.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/simplenote/simplenote.SlackBuild')
-rw-r--r-- | desktop/simplenote/simplenote.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/desktop/simplenote/simplenote.SlackBuild b/desktop/simplenote/simplenote.SlackBuild index 4fd098322e410..bdfef8006c9f0 100644 --- a/desktop/simplenote/simplenote.SlackBuild +++ b/desktop/simplenote/simplenote.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for simplenote -# Copyright 2018, 2019 Skaendo <skaendo@linuxmail.org> +# Copyright 2018, 2019, 2020 Skaendo <skaendo@linuxmail.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=simplenote SRCNAM=Simplenote -VERSION=${VERSION:-1.12.0} +VERSION=${VERSION:-1.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -42,9 +42,7 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} # Set to abort if not building on x86_64 -if [ "$ARCH" = "x86_64" ]; then - SRCARCH=x86_64 # This does nothing. -else +if [ "$ARCH" != "x86_64" ]; then echo "$ARCH is not supported. Aborting." exit 1 fi |