diff options
-rw-r--r-- | system/clamtk/README | 2 | ||||
-rw-r--r-- | system/clamtk/clamtk.SlackBuild | 6 | ||||
-rw-r--r-- | system/clamtk/clamtk.info | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/system/clamtk/README b/system/clamtk/README index b057dcf11a70..4b3b119fe459 100644 --- a/system/clamtk/README +++ b/system/clamtk/README @@ -1,4 +1,4 @@ ClamTk is a frontend for ClamAV using Gtk2-perl. It is intended to be -an easy to use, light-weight, on-demand scanner for Linux systems. +an easy to use, light-weight, on-demand scanner for Linux systems. If you are using XFCE you may wish to install thunar-sendto-clamtk. diff --git a/system/clamtk/clamtk.SlackBuild b/system/clamtk/clamtk.SlackBuild index 434af64ab4b9..e0b78324f714 100644 --- a/system/clamtk/clamtk.SlackBuild +++ b/system/clamtk/clamtk.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for clamtk -# Copyright 2012-2016 Petar Petrov slackalaxy@gmail.com +# Copyright 2012-2017 Petar Petrov slackalaxy@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ # https://aur.archlinux.org/packages/clamtk/ PRGNAM=clamtk -VERSION=${VERSION:-5.24} +VERSION=${VERSION:-5.25} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,7 +63,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/system/clamtk/clamtk.info b/system/clamtk/clamtk.info index 9d4349417449..5c4838567499 100644 --- a/system/clamtk/clamtk.info +++ b/system/clamtk/clamtk.info @@ -1,8 +1,8 @@ PRGNAM="clamtk" -VERSION="5.24" +VERSION="5.25" HOMEPAGE="https://dave-theunsub.github.io/clamtk/" -DOWNLOAD="https://bitbucket.org/dave_theunsub/clamtk/downloads/clamtk-5.24.tar.gz" -MD5SUM="10aa5fc8abf88fb46223e58b10361cb5" +DOWNLOAD="https://bitbucket.org/davem_/clamtk/downloads/clamtk-5.25.tar.xz" +MD5SUM="4f8807b51ad380eb432a389eb0c45e67" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libwww-perl perl-http-message perl-JSON perl-LWP-Protocol-https perl-Text-CSV perl-Time-Piece perl-gtk2 clamav zenity" |