summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Viallon2020-04-12 19:31:40 +0200
committerAntoine Viallon2020-04-12 19:31:40 +0200
commit37f5f08b65d1262f512ccadb0da516f99e84e661 (patch)
tree3e27b4e927367ae7df9d1edb3b447caf218d414c
parentc4fe13f7238747893cd8c3f66be7a74cafbb658c (diff)
downloadaur-python-plaidml.tar.gz
Updated to 0.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e60e4f357f7..caa20b4eda87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plaidml
pkgdesc = PlaidML machine learning accelerator
- pkgver = 0.6.4
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/plaidml/plaidml
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = python-plaidml
depends = python-numpy
depends = python-requests
depends = python-six
- source = https://files.pythonhosted.org/packages/py2.py3/p/plaidml/plaidml-0.6.4-py2.py3-none-manylinux1_x86_64.whl
- sha256sums = 9ae55eded885cbcd48e1a9482a23b1afa54c5963555c1d732da11e7a0b4f9f6c
+ source = https://files.pythonhosted.org/packages/py2.py3/p/plaidml/plaidml-0.7.0-py2.py3-none-manylinux1_x86_64.whl
+ sha256sums = b847af3d3762bc714c1b63e96f8b662b76d8742f0c87716c79e11e5612d641f8
pkgname = python-plaidml
diff --git a/PKGBUILD b/PKGBUILD
index 19263674f6d5..d0eafa0eadd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='python-plaidml'
_name='plaidml'
-pkgver=0.6.4
+pkgver=0.7.0
pkgrel=1
pkgdesc='PlaidML machine learning accelerator'
url="https://github.com/${_name}/${_name}"
@@ -13,7 +13,7 @@ makedepends=('python-pip')
license=('Apache 2.0')
arch=('x86_64')
source=("https://files.pythonhosted.org/packages/py2.py3/${_name::1}/${_name}/${_name}-$pkgver-py2.py3-none-manylinux1_x86_64.whl")
-sha256sums=('9ae55eded885cbcd48e1a9482a23b1afa54c5963555c1d732da11e7a0b4f9f6c')
+sha256sums=('b847af3d3762bc714c1b63e96f8b662b76d8742f0c87716c79e11e5612d641f8')
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps --no-warn-script-location *.whl