diff options
author | Carlos Aznarán | 2024-12-09 17:16:35 -0500 |
---|---|---|
committer | Carlos Aznarán | 2024-12-09 17:16:35 -0500 |
commit | 2ace05ba3a74fb19b45c8c5e184ea8ca242d4877 (patch) | |
tree | f02a0b2f43f4c20e122a60357f0596bcc743bc84 /PKGBUILD | |
parent | f5ebce432bf7d3f0f32e59fe4bee09bf351457f8 (diff) | |
download | aur-2ace05ba3a74fb19b45c8c5e184ea8ca242d4877.tar.gz |
Bump version to 0.11.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ _base=equinox pkgname=python-${_base} pkgdesc="Elegant easy-to-use neural networks in JAX" -pkgver=0.11.9 +pkgver=0.11.10 pkgrel=1 arch=(any) url="https://github.com/patrick-kidger/${_base}" @@ -11,7 +11,7 @@ depends=(python-jax python-jaxtyping python-typing_extensions) makedepends=(python-build python-installer python-hatchling python-wheel) checkdepends=(python-pytest python-beartype python-optax) source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz) -sha512sums=('14002f9f4806034bb7c2e0c466625c032b95a4738195a4a6f7a61b0830c2f1260dce4a716e634b52eb89353926d26f16ec2f0c31f758a0404ce25db333ef98df') +sha512sums=('f1e4cade5cc16a84e78c2b7daea3444955cf77444a57f59db546c8eb27f76470b7fb8dd1be04dc09fe7c03eefc5a257ab6b5e8c7ea722fb4011f3993440c081b') build() { cd ${_base}-${pkgver} |