aboutsummaryrefslogtreecommitdiff
path: root/desktop/simplenote/simplenote.SlackBuild
diff options
context:
space:
mode:
authorSkaendo <skaendo@linuxmail.org>2019-02-15 07:46:26 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-02-15 07:46:26 +0700
commit099e2fc0a189bac6615075f9d9d9e7f8f42b2b76 (patch)
tree5d0362c024fc8e010a800491df2e7811c5c69289 /desktop/simplenote/simplenote.SlackBuild
parente67562d2958766c669a15847e249eeb9124fb2e6 (diff)
desktop/simplenote: Updated for version 1.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/simplenote/simplenote.SlackBuild')
-rw-r--r--desktop/simplenote/simplenote.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/simplenote/simplenote.SlackBuild b/desktop/simplenote/simplenote.SlackBuild
index b8c3319c45..58d2710d19 100644
--- a/desktop/simplenote/simplenote.SlackBuild
+++ b/desktop/simplenote/simplenote.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for simplenote
-# Copyright 2018 Skaendo <skaendo@linuxmail.org>
+# Copyright 2018-2019 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.4.0}
+VERSION=${VERSION:-1.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,7 +86,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE.electron.txt LICENSES.chromium.html \
+cp -a LICENSE* \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild