diff options
Diffstat (limited to 'multimedia/openshot/openshot.SlackBuild')
-rw-r--r-- | multimedia/openshot/openshot.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/openshot/openshot.SlackBuild b/multimedia/openshot/openshot.SlackBuild index ec2f1cd7dc245..5c118c1ff2bee 100644 --- a/multimedia/openshot/openshot.SlackBuild +++ b/multimedia/openshot/openshot.SlackBuild @@ -3,7 +3,7 @@ # Copyright 2009, Jonathan Larsen (agentc0re), SLC, UT # Contact Info: agentc0re 'AT' learnix 'DOT' net # -# Copyright 2016-2018 Christoph Willing, Brisbane Australia +# Copyright 2016-2019 Christoph Willing, Brisbane Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -41,12 +41,12 @@ # Oct 2nd, 2012 # Version upgrade to 1.4.3 - Matteo Bernardini <ponce@slackbuilds.org> # -# From Oct 22nd, 2016-2018 +# From Oct 22nd, 2016-2019 # Maintenance & various version upgrades - Christoph Willing <chris.willing@linux.com> PRGNAM=openshot SRCNAM=openshot-qt -VERSION=${VERSION:-2.4.3} +VERSION=${VERSION:-2.4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -100,7 +100,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS CONTRIBUTING.md README.md \ +cp -a AUTHORS CONTRIBUTING.md COPYING README.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |