diff options
-rw-r--r-- | misc/fbcat/fbcat.SlackBuild | 5 | ||||
-rw-r--r-- | misc/fbcat/fbcat.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/misc/fbcat/fbcat.SlackBuild b/misc/fbcat/fbcat.SlackBuild index cfe83e6b3f1f..71e85be6433c 100644 --- a/misc/fbcat/fbcat.SlackBuild +++ b/misc/fbcat/fbcat.SlackBuild @@ -7,7 +7,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. PRGNAM=fbcat -VERSION=${VERSION:-0.4.4} +VERSION=${VERSION:-0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,7 +65,8 @@ gzip -9c < doc/$PRGNAM.1 > $PKG/usr/man/man1/$PRGNAM.1.gz gzip -9c < doc/fbgrab.1 > $PKG/usr/man/man1/fbgrab.1.gz mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING doc/changelog doc/tested.txt $PKG/usr/doc/$PRGNAM-$VERSION +[ -e COPYING ] && C="COPYING" || C="doc/COPYING" +cp -a $C doc/changelog doc/tested.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/misc/fbcat/fbcat.info b/misc/fbcat/fbcat.info index ce3d559300b8..ed71012979a7 100644 --- a/misc/fbcat/fbcat.info +++ b/misc/fbcat/fbcat.info @@ -1,8 +1,8 @@ PRGNAM="fbcat" -VERSION="0.4.4" +VERSION="0.5" HOMEPAGE="http://jwilk.net/software/fbcat" -DOWNLOAD="https://github.com/jwilk/fbcat/releases/download/0.4.4/fbcat-0.4.4.tar.gz" -MD5SUM="8be223b178f53d36a3dfa65fde25a6b0" +DOWNLOAD="https://github.com/jwilk/fbcat/releases/download/0.5/fbcat-0.5.tar.gz" +MD5SUM="2d3752ab3c13640fd4d887a805c9dc05" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |