summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f768e868ef1e..9a9239a9a3bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=tensorflow
-_pkgver=2.15.0
+_pkgver=2.16.0
pkgname=r-${_pkgname,,}
-pkgver=2.15.0
+pkgver=2.16.0
pkgrel=1
pkgdesc="R Interface to 'TensorFlow'"
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
r-withr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('7ca9b4f5d9ac247baeca233400264adc3e728a74edd52f9ab724e2a94107c598')
+sha256sums=('f5afc70b42c93aff83b01c94b0a79b7dc6dbb720c2f7c7fb8bdf9429de9a7184')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"