diff --git a/srcpkgs/python-numpy-stl/template b/srcpkgs/python-numpy-stl/template index 7833c86f691..02314124ddb 100644 --- a/srcpkgs/python-numpy-stl/template +++ b/srcpkgs/python-numpy-stl/template @@ -1,7 +1,7 @@ # Template file for 'python-numpy-stl' pkgname=python-numpy-stl -version=2.3.2 -revision=2 +version=2.5.0 +revision=1 wrksrc="numpy-stl-${version}" build_style=python-module pycompile_module="stl" @@ -13,7 +13,7 @@ maintainer="Karl Nilsson " license="BSD-3-Clause" homepage="https://github.com/WoLpH/numpy-stl/" distfiles="https://github.com/WoLpH/numpy-stl/archive/v${version}.tar.gz" -checksum=0b5fb6445297c055166d2c9a47cafb663557ddc178f514f6ad98226645082882 +checksum=c2919e2ff4945f41dc6bd140c37f77643776076a1734b8913e2461e44465393b alternatives=" numpy-stl:stl:/usr/bin/stl2 @@ -22,6 +22,8 @@ alternatives=" pre_build() { sed -i '/setup_requires=/d' setup.py + # upstream forgot to increment version + sed -i "s/2\.4\.1/${version}/" stl/__about__.py } pkg_install() { vlicense LICENSE