diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2022-05-01 02:40:04 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2022-05-01 16:02:27 -0500 |
commit | 69f38f52dea38482bba3583813e242e8ce4627c6 (patch) | |
tree | 889c7eabb9e5a52a07202635a6f0efa18c724497 /desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild | |
parent | 662eb87bcb013817dc763262a97cf385a89a1864 (diff) | |
download | slackbuilds-69f38f52dea38482bba3583813e242e8ce4627c6.tar.gz slackbuilds-69f38f52dea38482bba3583813e242e8ce4627c6.tar.xz |
desktop/thunar-archive-plugin: Updated for version 0.5.0.
Diffstat (limited to 'desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild')
-rw-r--r-- | desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild b/desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild index 83bf2dabf8..10efe99d38 100644 --- a/desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild +++ b/desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=thunar-archive-plugin -VERSION=${VERSION:-0.4.0} +VERSION=${VERSION:-0.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -98,7 +98,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS \ + AUTHORS COPYING ChangeLog INSTALL NEWS THANKS \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |