summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-09-15 17:59:13 -0500
committerCarlos Aznarán2024-09-15 17:59:13 -0500
commit31e2fbb67bdfb88df8ffddefcb6c914c7dedf8e3 (patch)
treebdadd5576ae326817eea5903e894c4b5a390c251 /PKGBUILD
parentd50794d498a8c1b8747ca81cdda5ed2f1c1da4cd (diff)
downloadaur-31e2fbb67bdfb88df8ffddefcb6c914c7dedf8e3.tar.gz
Bump version to 0.11.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79afec6e8435..7ce730790302 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.5
+pkgver=0.11.6
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=('eefc6a9e6e2843aede59a51bb210033af063446c3c9cb59d333eaeff02b7b17b8e297597c324abdd32fbebedfecba9e8e5461986806cf02a4cdef86f452956ee')
+sha512sums=('a24a3d1dbbfe988c4f604fbeb79857dc75d8f92a6cfef648a315266f6cb070537970836f11d7cc66fa411944dc93d3950dd15a89571f6e53fd14d5a63f33c03e')
build() {
cd ${_base}-${pkgver}