summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7002e888d2db..8e1e6af6e729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
_base=PhiML
pkgname=python-${_base,,}
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc="Unified API for machine learning"
arch=(any)
@@ -11,7 +11,7 @@ depends=(python-numpy python-scipy python-packaging)
makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(python-pytest python-pytorch python-tensorflow python-jax)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
-sha512sums=('6fc7b0cef6c65f68779a71cf7b00ac65268ca7690c9e64c1383ab7f2ef461cb312194d00be47c0ce9c06c00a7e6929891270f6ad6ce267720f483b5b5174954d')
+sha512sums=('13f8b80bdd3136534615bc8ddd2f8a26ba8bc8ece5fe9ccf478e3e958d5b8f6ae3d2eb246dff28f4d0f0e96c2cf500fd6b68149e1eba01ff18ed4e02b0364215')
build() {
cd ${_base}-${pkgver}