python-optking: update to 0.3.0

This commit is contained in:
مهدي شينون (Mehdi Chinoune) 2024-11-04 16:27:37 +01:00
parent 3226f4c2ae
commit 20527e2fd1

View File

@ -3,8 +3,8 @@
_realname=optking
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.2.1
pkgrel=3
pkgver=0.3.0
pkgrel=1
pkgdesc="A Python version of the PSI4 geometry optimization program by R.A. King (mingw-w64)"
arch=('any')
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=('!strip')
source=("https://github.com/psi-rking/optking/archive/${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('7c4a2ea83b61fa91a178d2470612069eb9968ed3157336694c77805752ba545d')
sha256sums=('05aa6079f4cebef9fbe8cc36c7315123afeb53fb3feed959f98d963060e1085c')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"