pymol: update to 2.3.0.
This commit is contained in:
parent
572467eec4
commit
4acc07f7c0
|
@ -1,22 +1,21 @@
|
|||
# Template for 'pymol'
|
||||
# Template file for 'pymol'
|
||||
pkgname=pymol
|
||||
version=2.2.0
|
||||
revision=2
|
||||
version=2.3.0
|
||||
revision=1
|
||||
wrksrc=${pkgname}-open-source-${version}
|
||||
build_style="python3-module"
|
||||
makedepends="msgpack-devel python3-numpy freetype-devel libfreeglut-devel glew-devel
|
||||
glm python3-devel libxml2-devel python3-PyQt5"
|
||||
glm python3-devel libxml2-devel python3-PyQt5 mmtf-cpp"
|
||||
depends="python3-numpy tcsh python3-pmw python3-tkinter python3-PyQt5"
|
||||
short_desc="PyMOL molecular visualization system"
|
||||
homepage="https://${pkgname}.org/"
|
||||
maintainer="Brenton Horne <brentonhorne77@gmail.com>"
|
||||
license="${pkgname}"
|
||||
license="PyMOL"
|
||||
homepage="https://pymol.org/"
|
||||
distfiles="https://github.com/schrodinger/pymol-open-source/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz
|
||||
https://c.fsdn.com/allura/p/${pkgname}/icon>${pkgname}.png"
|
||||
skip_extraction="${pkgname}.png"
|
||||
checksum="58d910103dc494c49c86bc8fd6cd94b1a030647f9d72f69fbd7d7ad25fb11233
|
||||
checksum="62aa21fafd1db805c876f89466e47513809f8198395e1f00a5f5cc40d6f40ed0
|
||||
0ea81faaf336becc669a193777d0dca55475d303d1236b57df25cf67ff7c2bcd"
|
||||
broken=yes
|
||||
skip_extraction="${pkgname}.png"
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
*-musl) broken="segfaults on start";;
|
||||
|
|
Loading…
Reference in New Issue