From 68392eebc4445d28370c10de1f12b5f87ba929b1 Mon Sep 17 00:00:00 2001 From: brobr Date: Thu, 13 Apr 2023 17:11:57 +0100 Subject: academic/pysam: Updated for version 0.21.0. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- academic/pysam/pysam.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'academic/pysam/pysam.SlackBuild') diff --git a/academic/pysam/pysam.SlackBuild b/academic/pysam/pysam.SlackBuild index 2e69a15150..b4a536bcb2 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 -- cgit v1.2.3