summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d267633f502..209788870e5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=tensorflow
_pkgver=2.14.0
pkgname=r-${_pkgname,,}
pkgver=2.14.0
-pkgrel=1
+pkgrel=3
pkgdesc="R Interface to 'TensorFlow'"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -13,6 +13,7 @@ license=('Apache')
depends=(
r
r-config
+ r-lifecycle
r-processx
r-reticulate
r-rstudioapi
@@ -23,7 +24,9 @@ depends=(
optdepends=(
r-callr
r-keras
+ r-pillar
r-testthat
+ r-withr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('7df9d2d2ca22648c4099ac29522b3bbf8a3d876bfb962470f6df0a86f25867ff')