aboutsummaryrefslogtreecommitdiff
path: root/academic/pysam/pysam.SlackBuild
diff options
context:
space:
mode:
authorbrobr <sborg63@disroot.org>2023-04-13 17:11:57 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-15 07:15:38 +0700
commit68392eebc4445d28370c10de1f12b5f87ba929b1 (patch)
tree839d6fb96c1f77ae72036fcf186175d18038e970 /academic/pysam/pysam.SlackBuild
parent60ea40def81263c47de0e232af2dc6bfc9ba0109 (diff)
academic/pysam: Updated for version 0.21.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/pysam/pysam.SlackBuild')
-rw-r--r--academic/pysam/pysam.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/pysam/pysam.SlackBuild b/academic/pysam/pysam.SlackBuild
index 2e69a15150dd8..b4a536bcb25b5 100644
--- a/academic/pysam/pysam.SlackBuild
+++ b/academic/pysam/pysam.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pysam
-# Copyright 2017-2022 Rob van Nues
+# Copyright 2017-2023 Rob van Nues
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pysam
-VERSION=${VERSION:-0.20.0}
+VERSION=${VERSION:-0.21.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -80,7 +80,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# pysam now at htslib-1.16; SBo-htslib is at 1.16:
+# pysam now at htslib-1.17; SBo-htslib is at 1.17:
# can use system htslib:
export HTSLIB_LIBRARY_DIR=/usr/lib$LIBDIRSUFFIX
export HTSLIB_INCLUDE_DIR=/usr/include