summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnihcam2018-11-06 21:27:19 +0800
committerEnihcam2018-11-06 21:27:19 +0800
commita590ee0cb845bf8f5215dad92bdba8d50939b2e0 (patch)
tree73451ab42b2d45c37a4e7704fefd9c76c2cf4a6b
parentb52de0eba3ff85cedbce99b766f7af57f9c78cb7 (diff)
downloadaur-a590ee0cb845bf8f5215dad92bdba8d50939b2e0.tar.gz
Version bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87b9a63a6978..f358fce55cec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tensorflow-computecpp
pkgdesc = Library for computation using data flow graphs for scalable machine learning (backend with ComputeCpp)
pkgver = 1.9
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/codeplaysoftware/tensorflow
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = tensorflow-computecpp
depends = opencl-icd-loader
depends = computecpp
options = !ccache
- source = git+https://github.com/codeplaysoftware/tensorflow#tag=computecpp_1.0.0
+ source = git+https://github.com/codeplaysoftware/tensorflow#tag=computecpp_1.0.1
sha512sums = SKIP
pkgname = tensorflow-computecpp
diff --git a/PKGBUILD b/PKGBUILD
index e43a44de3565..f8668f0bbfa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=tensorflow-computecpp
pkgname=(tensorflow-computecpp python-tensorflow-computecpp)
pkgver=1.9
-pkgrel=2
+pkgrel=3
pkgdesc="Library for computation using data flow graphs for scalable machine learning (backend with ComputeCpp)"
url="https://github.com/codeplaysoftware/tensorflow"
epoch=1
@@ -12,7 +12,7 @@ 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}#tag=computecpp_1.0.0")
+source=("git+${url}#tag=computecpp_1.0.1")
sha512sums=('SKIP')
prepare() {