summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Viallon2019-06-07 14:39:06 +0200
committerAntoine Viallon2019-06-07 14:42:48 +0200
commit4be005984928af5f7202bfba09e687874e2287a8 (patch)
treeafdffca9cc4bfac264946f3fe26efcbec0369a26
parenta85222d59450dcd59f6ee4aca746e94eeaf0b961 (diff)
downloadaur-4be005984928af5f7202bfba09e687874e2287a8.tar.gz
Updated to 0.6.0 and changed license to Apache 2.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 048d5c7185fb..22f6cd3d76a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python-plaidml
pkgdesc = PlaidML machine learning accelerator
- pkgver = 0.5.0
- pkgrel = 2
+ pkgver = 0.6.0
+ pkgrel = 1
url = https://github.com/plaidml/plaidml
arch = x86_64
- license = AGPL3
+ license = Apache 2.0
makedepends = python-pip
depends = python-numpy
depends = python-requests
depends = python-six
- source = https://files.pythonhosted.org/packages/py2.py3/p/plaidml/plaidml-0.5.0-py2.py3-none-manylinux1_x86_64.whl
- sha256sums = 8f265d17084a13477f4d4f2ce38682a29af96e01ddf964e4e9f45d781eb77771
+ source = https://files.pythonhosted.org/packages/py2.py3/p/plaidml/plaidml-0.6.0-py2.py3-none-manylinux1_x86_64.whl
+ sha256sums = 80d5013b417808924c59944eb6f8c1cdd33ef89cfe418fa18296c935e55845b4
pkgname = python-plaidml
diff --git a/PKGBUILD b/PKGBUILD
index c6cd6c841278..77dec740a33a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgname='python-plaidml'
_name='plaidml'
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
pkgdesc='PlaidML machine learning accelerator'
url="https://github.com/${_name}/${_name}"
depends=('python-numpy' 'python-requests' 'python-six')
makedepends=('python-pip')
-license=('AGPL3')
+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=('8f265d17084a13477f4d4f2ce38682a29af96e01ddf964e4e9f45d781eb77771')
+sha256sums=('80d5013b417808924c59944eb6f8c1cdd33ef89cfe418fa18296c935e55845b4')
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps --no-warn-script-location *.whl