diff options
Diffstat (limited to 'desktop/simplenote/simplenote.SlackBuild')
-rw-r--r-- | desktop/simplenote/simplenote.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/simplenote/simplenote.SlackBuild b/desktop/simplenote/simplenote.SlackBuild index a7b71bef252dc..3caad63a0f595 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 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.10.0} +VERSION=${VERSION:-1.11.0} 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 |