summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-12-19 18:02:24 +0000
committerBioArchLinuxBot2022-12-19 18:02:24 +0000
commit896bde8cd8fadb21e088a432b9aaca7b4c92638f (patch)
tree78e252c609876885471b7350f162b7465431a679 /PKGBUILD
parentee8254e676092bfb70256617d0564678a0c04885 (diff)
downloadaur-896bde8cd8fadb21e088a432b9aaca7b4c92638f.tar.gz
[lilac] updated to 2.11.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ffac1be3ac5a..f95a020965ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=tensorflow
-_pkgver=2.9.0
+_pkgver=2.11.0
pkgname=r-${_pkgname,,}
-pkgver=2.9.0
-pkgrel=3
+pkgver=2.11.0
+pkgrel=1
pkgdesc="R Interface to 'TensorFlow'"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -26,7 +26,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d27e017fe48a8179a192099bec31e41abe24e8bbe9fe3b95c4ce3cd27bb38689')
+sha256sums=('8b983f4cff91de23dda75e826b534371c4dc1ec7def0a943bcb907aedf1e0bdb')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"