Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / pymol
Commits: f91ffebf by Caleb Maclennan at 2024-04-04T13:43:06+03:00 upgpkg: 2.5.0-8: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,31 @@ +pkgbase = pymol + pkgdesc = Molecular visualization system on an Open Source foundation + pkgver = 2.5.0 + pkgrel = 8 + url = https://pymol.org + changelog = ChangeLog + arch = x86_64 + license = custom + makedepends = desktop-file-utils + makedepends = gendesk + makedepends = mmtf-cpp + makedepends = msgpack-c + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-setuptools + depends = freetype2 + depends = glew + depends = glm + depends = glut + depends = netcdf + depends = netcdf-cxx + depends = python-numpy + depends = tcsh + optdepends = python-pyqt5: Qt5 based UI + source = https://github.com/schrodinger/pymol-open-source/archive/v2.5.0/pymol-open-source-2.5.0.tar.gz + source = pymol.png::https://c.fsdn.com/allura/p/pymol/icon + sha256sums = aa828bf5719bd9a14510118a93182a6e0cadc03a574ba1e327e1e9780a0e80b3 + sha256sums = 0ea81faaf336becc669a193777d0dca55475d303d1236b57df25cf67ff7c2bcd + +pkgname = pymol ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgname=pymol _project=pymol-open-source pkgver=2.5.0 -pkgrel=7 +pkgrel=8 pkgdesc='Molecular visualization system on an Open Source foundation' arch=(x86_64) url=https://pymol.org View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pymol/-/commit/f91ffebfbf8513afc329486355356e581ba8ae6c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pymol/-/commit/f91ffebfbf8513afc329486355356e581ba8ae6c You're receiving this email because of your account on gitlab.archlinux.org.
