diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Maintainer: entshuld < edgar [not at)] openmail @ cc > _base=itk-elastix pkgname=python-${_base}-bin -pkgver=0.17.1 +pkgver=0.19.1 pkgrel=1 pkgdesc="ITK (Python) interface to elastix, a toolbox for rigid and nonrigid registration of images." arch=('x86_64') @@ -14,9 +14,9 @@ makedepends=(python-build python-installer python-wheel) # Check https://pypi.org/pypi/itk/json source=( # From python get_source_url.py - https://files.pythonhosted.org/packages/77/b8/0efb8a251eeb8e1d756e5bfe4b772493246b01f1babf2a6d72c90944971e/itk_elastix-0.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + https://files.pythonhosted.org/packages/17/95/5ef5487c8e730a3a977dda5a7088c8e1a06be9fc0b62c2b656502878c401/itk_elastix-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl ) -sha512sums=('ec6037b59c0bdd97d52767ccec7029b26894eb01774a4c7379545ca038a0482adcf878769564cb243230dedb2aca031bebda2f1a231a70ee362b82ce7dff5414') +sha512sums=('0cd7e0ee2f7950c5e0bead0fc6274ac4c3ecb1ff10e01f79a41e4e0cd36ac1ff298d5d793c2dc4a2544460fbd88771f055fddcc1621f0b8642534c101a0cad47') provides=("python-${_base}" "python-${_base//-/}") conflicts=("python-${_base}" |