mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
graphics/PyMOL: Updated for version 1.7.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f333a2eb32
commit
668366f2aa
3 changed files with 6 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=PyMOL
|
||||
SRCNAM=$(echo ${PRGNAM,,}-v)
|
||||
VERSION=${VERSION:-1.7.2.1}
|
||||
VERSION=${VERSION:-1.7.4.0}
|
||||
SRCDIR=$(echo $SRCNAM | cut -c1-5)
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="PyMOL"
|
||||
VERSION="1.7.2.1"
|
||||
VERSION="1.7.4.0"
|
||||
HOMEPAGE="http://pymol.org"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/pymol/pymol/1.7/pymol-v1.7.2.1.tar.bz2"
|
||||
MD5SUM="a3349139f8c70739be524cb08e438b82"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/pymol/pymol/1.7/pymol-v1.7.4.0.tar.bz2"
|
||||
MD5SUM="296045ae49b58651f4abe21604996db2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-pmw"
|
||||
|
|
|
@ -2,3 +2,5 @@ PyMOL is a Python-enhanced molecular graphics tool. It excels at 3D
|
|||
visualization of proteins, small molecules, density, surfaces, and
|
||||
trajectories. It also includes molecular editing, ray tracing, and
|
||||
movies.
|
||||
|
||||
Optional dependency: numpy
|
||||
|
|
Loading…
Reference in a new issue