summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorenihcam2018-10-26 17:46:34 +0800
committerenihcam2018-10-26 17:46:34 +0800
commitde25b06dce9282f15a87334993a224030e5225ee (patch)
treec6c4f9ef082da778cf9321cea26e51243c8c459d /PKGBUILD
parent11ebf893086e2bd5be62078bce183c40c5d4faf6 (diff)
downloadaur-de25b06dce9282f15a87334993a224030e5225ee.tar.gz
1.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9338ba9fef0..0f0bee11724c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgbase=tensorflow-computecpp
pkgname=(tensorflow-computecpp python-tensorflow-computecpp)
-pkgver=1.8
+pkgver=1.9
pkgrel=1
pkgdesc="Library for computation using data flow graphs for scalable machine learning (backend with ComputeCpp)"
-url="https://github.com/lukeiwanski/tensorflow"
+url="https://github.com/codeplaysoftware/tensorflow"
epoch=1
license=('APACHE')
arch=('x86_64')
depends=(opencl-icd-loader computecpp)
makedepends=(git opencl-icd-loader computecpp bazel python-numpy python-pip python-wheel python-setuptools)
options=(!ccache)
-source=("git+${url}#branch=integration/${pkgver}")
+source=("git+${url}#tag=computecpp_1.0.0")
sha512sums=('SKIP')
prepare() {