summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2020-06-22 21:14:42 +0200
committerMichel Zou2020-06-22 21:14:42 +0200
commite75b6733500796a374b100deb4c7db7b4f3bf3d9 (patch)
tree189001606d74f82b19aa85451c32f7e5672fee2c /PKGBUILD
parent94d09ea448b0c4d50a74edc43652883f59abb6da (diff)
downloadaur-e75b6733500796a374b100deb4c7db7b4f3bf3d9.tar.gz
1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 004d78603fb0..f8d106821ae8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-tensap
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="A Python package for the approximation of functions and tensors"
url="https://github.com/anthony-nouy/tensap"
@@ -8,7 +8,7 @@ license=('LGPL')
makedepends=('python-setuptools')
depends=('python-scipy' 'python-tensorflow')
source=("https://github.com/anthony-nouy/tensap/archive/v${pkgver}.tar.gz")
-sha256sums=('e0828ad9b2a330d996b2ce4a445980dd7bc22e79573abb7b36ff0920779b8a9d')
+sha256sums=('4074eb9cb76460114c4e54a0558a948a6464a71dee53b384a0bf734f156986d3')
prepare() {
cd "${srcdir}"/tensap-$pkgver