summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-06-22 21:14:42 +0200
committerMichel Zou2020-06-22 21:14:42 +0200
commite75b6733500796a374b100deb4c7db7b4f3bf3d9 (patch)
tree189001606d74f82b19aa85451c32f7e5672fee2c
parent94d09ea448b0c4d50a74edc43652883f59abb6da (diff)
downloadaur-e75b6733500796a374b100deb4c7db7b4f3bf3d9.tar.gz
1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73bf4d24f81a..d462f08e61ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-tensap
pkgdesc = A Python package for the approximation of functions and tensors
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/anthony-nouy/tensap
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-tensap
makedepends = python-setuptools
depends = python-scipy
depends = python-tensorflow
- source = https://github.com/anthony-nouy/tensap/archive/v1.0.tar.gz
- sha256sums = e0828ad9b2a330d996b2ce4a445980dd7bc22e79573abb7b36ff0920779b8a9d
+ source = https://github.com/anthony-nouy/tensap/archive/v1.1.tar.gz
+ sha256sums = 4074eb9cb76460114c4e54a0558a948a6464a71dee53b384a0bf734f156986d3
pkgname = python-tensap
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