r-tensorflow: auto updated to 2.13.0-1

This commit is contained in:
BioArchLinuxBot 2023-08-15 18:01:41 +00:00
parent 9fa30dca79
commit 196adb1e33

View file

@ -2,10 +2,10 @@
# 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
pkgrel=2
pkgver=2.13.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=('8b983f4cff91de23dda75e826b534371c4dc1ec7def0a943bcb907aedf1e0bdb')
sha256sums=('9f3085401ee85d9cca6246949f364e976d13bb212bfb9a960785878acea8d304')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"