summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1c7151f2a5e..650cb4d142d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = tensorflow-computecpp
pkgdesc = Library for computation using data flow graphs for scalable machine learning (backend with ComputeCpp)
- pkgver = 1.8
+ pkgver = 1.9
pkgrel = 1
epoch = 1
- url = https://github.com/lukeiwanski/tensorflow
+ url = https://github.com/codeplaysoftware/tensorflow
arch = x86_64
license = APACHE
makedepends = git
@@ -17,7 +17,7 @@ pkgbase = tensorflow-computecpp
depends = opencl-icd-loader
depends = computecpp
options = !ccache
- source = git+https://github.com/lukeiwanski/tensorflow#branch=integration/1.8
+ source = git+https://github.com/codeplaysoftware/tensorflow#tag=computecpp_1.0.0
sha512sums = SKIP
pkgname = tensorflow-computecpp
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() {