mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-tfruns: auto updated to 1.5.1-1
This commit is contained in:
parent
e43e5eb6f8
commit
2b31dac7af
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=tfruns
|
_pkgname=tfruns
|
||||||
_pkgver=1.5.0
|
_pkgver=1.5.1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.5.0
|
pkgver=1.5.1
|
||||||
pkgrel=5
|
pkgrel=1
|
||||||
pkgdesc="Training Run Tools for 'TensorFlow'"
|
pkgdesc="Training Run Tools for 'TensorFlow'"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -30,7 +30,7 @@ optdepends=(
|
||||||
r-withr
|
r-withr
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('898a45a5e8420af1542919874a26cf8c00ae12638e6842197773b818de648e12')
|
sha256sums=('e8f5cb8900607e33aa5530181b01daf21c5bfb669e77940e2930b41e0a6d67f6')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue