summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2025-02-25 16:08:43 -0500
committerCarlos Aznarán2025-02-25 16:08:43 -0500
commita95bc33aaef345d6f55b22aef03443deb9227a1d (patch)
tree08c8ab553e3d7074d5b274845f78d8cd4b0a91fb /PKGBUILD
parent3e28aac60b253822180c9bb8e99824d47029c8e7 (diff)
downloadaur-a95bc33aaef345d6f55b22aef03443deb9227a1d.tar.gz
Bump version to 0.11.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f72293a1ad56..cc42167e31f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=equinox
pkgname=python-${_base}
pkgdesc="Elegant easy-to-use neural networks in JAX"
-pkgver=0.11.11
+pkgver=0.11.12
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=('df3e21283420b3a222b4434620dc31b3639fd9c146073ea0fe2ead9d66e2e19f9a0a385eea327fad480c953166b8b36c9209fe185938d34a25265f2206da0266')
+sha512sums=('a910f875a1ecd26d73b6086b808a58520a4bf130bffe00c9561a10b07ee18012a9f5b159638fd2c66dca0cab0c3033939969a92d6fad9f3cdcc268556630af19')
build() {
cd ${_base}-${pkgver}