mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-chk: auto updated to 0.8.1-1
This commit is contained in:
parent
51399072aa
commit
ae438f7f17
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=chk
|
||||
_pkgver=0.8.0
|
||||
_pkgver=0.8.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.8.0
|
||||
pkgrel=5
|
||||
pkgver=0.8.1
|
||||
pkgrel=1
|
||||
pkgdesc='Check User-Supplied Function Arguments'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -22,7 +22,7 @@ optdepends=(
|
|||
r-withr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('fe24b081a7e35d5399412f55121b6b35b363b2023acb94fbdb08c55701d8ec81')
|
||||
sha256sums=('fc567b2484f45443a639a6bf0ac6683bce33b78a9abebb75465db4a59154835b')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue