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 f95a020965ab..bf3fd2dce355 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=tensorflow
-_pkgver=2.11.0
+_pkgver=2.13.0
pkgname=r-${_pkgname,,}
-pkgver=2.11.0
+pkgver=2.13.0
pkgrel=1
pkgdesc="R Interface to 'TensorFlow'"
arch=('any')
@@ -26,7 +26,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8b983f4cff91de23dda75e826b534371c4dc1ec7def0a943bcb907aedf1e0bdb')
+sha256sums=('9f3085401ee85d9cca6246949f364e976d13bb212bfb9a960785878acea8d304')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"