diff options
author | Carlos Aznarán | 2025-05-11 23:24:08 -0500 |
---|---|---|
committer | Carlos Aznarán | 2025-05-11 23:24:08 -0500 |
commit | 7d504840333d9c734825e1e3b4f48994180dbcb5 (patch) | |
tree | 6bba221511292c15d42a19d6968d4acf7d706970 /PKGBUILD | |
parent | 7227983ea6804bf68da5e3eb0c94067c47c3942a (diff) | |
download | aur-python-deepxde.tar.gz |
Bump version 1.14.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ _base=deepxde pkgname=python-${_base} pkgdesc="Library for scientific machine learning" -pkgver=1.13.2 +pkgver=1.14.0 pkgrel=1 arch=(any) url="https://github.com/lululxvi/${_base}" @@ -14,7 +14,7 @@ optdepends=('python-tensorflow-probability: TensorFlow backend support' 'python-flax: JAX backend support' 'python-paddlepaddle: PaddlePaddle backend support') source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz) -sha512sums=('acd86aeacd0df1fab551e3400372c2eefd81396a70c1064bba400e131acdf752ff5e20de91a8486678b9ce8819aee300c68a6c1e30cea4d3b67ac31e9985339c') +sha512sums=('63136bf3cde5fba4599d6fc12cd486642fbfd610e526c4e0d4f46b8cbcd8f57ebadb1627af999a8facef52eef69ad0d9499182382ee820ef2912c34a0f88158b') build() { cd ${_base}-${pkgver} |