diff options
Diffstat (limited to 'academic/spades')
-rw-r--r-- | academic/spades/spades.SlackBuild | 6 | ||||
-rw-r--r-- | academic/spades/spades.info | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/academic/spades/spades.SlackBuild b/academic/spades/spades.SlackBuild index 05b6960dcd..f1e0ca7b94 100644 --- a/academic/spades/spades.SlackBuild +++ b/academic/spades/spades.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for spades -# Copyright 2015-2021 Petar Petrov slackalaxy@gmail.com +# Copyright 2015-2022 Petar Petrov slackalaxy@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=spades -VERSION=${VERSION:-3.15.2} +VERSION=${VERSION:-3.15.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -99,6 +99,8 @@ cd build make install DESTDIR=$PKG cd .. +chmod 755 $PKG/usr/bin/spades_init.py + find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/academic/spades/spades.info b/academic/spades/spades.info index 0ed0cadeca..40c2d90a19 100644 --- a/academic/spades/spades.info +++ b/academic/spades/spades.info @@ -1,10 +1,10 @@ PRGNAM="spades" -VERSION="3.15.2" +VERSION="3.15.4" HOMEPAGE="http://cab.spbu.ru/software/spades/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="http://cab.spbu.ru/files/release3.15.2/SPAdes-3.15.2.tar.gz" -MD5SUM_x86_64="599a6bc98605cc25a739ee3f49794769" +DOWNLOAD_x86_64="http://cab.spbu.ru/files/release3.15.4/SPAdes-3.15.4.tar.gz" +MD5SUM_x86_64="736b64075147eabfc2b9e768f4547e63" REQUIRES="" MAINTAINER="Petar Petrov" EMAIL="slackalaxy@gmail.com" |