summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Petar Petrov2022-08-06 08:50:38 +0200
committer Willy Sudiarto Raharjo2022-08-06 15:16:13 +0200
commit2db9c0acac25a97fb0fc5ee3d4795f3940f97032 (patch)
treeb64968ab511e1926577c715fdac286648e5efdef
parent608c09f52de7c6fb6ffd4a14113b1a926ae92f95 (diff)
downloadslackbuilds-2db9c0acac25a97fb0fc5ee3d4795f3940f97032.tar.gz
academic/spades: Updated for version 3.15.4.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--academic/spades/spades.SlackBuild6
-rw-r--r--academic/spades/spades.info6
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"