r-tensorflow: auto updated to 2.9.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-21 08:02:09 +00:00
parent 209136d4e8
commit 6bcc215a3a

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=tensorflow
_pkgver=2.8.0
_pkgver=2.9.0
pkgname=r-${_pkgname,,}
pkgver=2.8.0
pkgver=2.9.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=('23fd7747b9200d23db810ab6c408ac280618ac4ad2993e818e4abedae9965ea5')
sha256sums=('d27e017fe48a8179a192099bec31e41abe24e8bbe9fe3b95c4ce3cd27bb38689')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"