summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Viallon2019-02-02 22:05:25 +0000
committerAntoine Viallon2019-02-06 21:30:34 +0000
commita85222d59450dcd59f6ee4aca746e94eeaf0b961 (patch)
tree0538369489be8b4c4d43dd3ecd6010aa174866f9
parentbee0e30e397743f22d6da39213b67a6020e6f839 (diff)
downloadaur-a85222d59450dcd59f6ee4aca746e94eeaf0b961.tar.gz
Updated to 0.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17c1d538e9b5..048d5c7185fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plaidml
pkgdesc = PlaidML machine learning accelerator
- pkgver = 0.3.5
+ pkgver = 0.5.0
pkgrel = 2
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.3.5-py2.py3-none-manylinux1_x86_64.whl
- sha256sums = 7df944bdde540fe11e4ec00a402f10a93ed57b0faaf6cb7311acacbf86e955fc
+ source = https://files.pythonhosted.org/packages/py2.py3/p/plaidml/plaidml-0.5.0-py2.py3-none-manylinux1_x86_64.whl
+ sha256sums = 8f265d17084a13477f4d4f2ce38682a29af96e01ddf964e4e9f45d781eb77771
pkgname = python-plaidml
diff --git a/PKGBUILD b/PKGBUILD
index 6f19c7249cd2..c6cd6c841278 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: trougnouf (Benoit Brummer) < trougnouf at gmail dot com >
+# Co-maintainer : Antoine Viallon <antoine.viallon@gmail.com>
# Contributor: Lucas Rooyakkers
pkgname='python-plaidml'
_name='plaidml'
-pkgver=0.3.5
+pkgver=0.5.0
pkgrel=2
pkgdesc='PlaidML machine learning accelerator'
url="https://github.com/${_name}/${_name}"
@@ -12,7 +13,7 @@ makedepends=('python-pip')
license=('AGPL3')
arch=('x86_64')
source=("https://files.pythonhosted.org/packages/py2.py3/${_name::1}/${_name}/${_name}-$pkgver-py2.py3-none-manylinux1_x86_64.whl")
-sha256sums=('7df944bdde540fe11e4ec00a402f10a93ed57b0faaf6cb7311acacbf86e955fc')
+sha256sums=('8f265d17084a13477f4d4f2ce38682a29af96e01ddf964e4e9f45d781eb77771')
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps --no-warn-script-location *.whl