mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-cli: auto updated to 3.6.1-1
This commit is contained in:
parent
ecb8f3b4cb
commit
8d24f94205
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=cli
|
_pkgname=cli
|
||||||
_pkgver=3.6.0
|
_pkgver=3.6.1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=3.6.0
|
pkgver=3.6.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Helpers for Developing Command Line Interfaces'
|
pkgdesc='Helpers for Developing Command Line Interfaces'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -36,7 +36,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=('b6078131803043d53d4e670aa3a0506f614e0b40fda8e0102afd48a6188ab896')
|
sha256sums=('be3006cec7e67f9ae25e21b4658c4bec680038c2ef7467df5f14da3311a05e36')
|
||||||
|
|
||||||
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