mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-gtools: auto updated to 3.9.2.2-1
This commit is contained in:
parent
757c2f0e7e
commit
490a5d2453
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=gtools
|
||||
_pkgver=3.9.2.1
|
||||
_pkgver=3.9.2.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=3.9.2.1
|
||||
pkgrel=3
|
||||
pkgver=3.9.2.2
|
||||
pkgrel=1
|
||||
pkgdesc='Various R Programming Tools'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -21,7 +21,7 @@ optdepends=(
|
|||
r-taxize
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('ec5febad7bb33812684b39679b0bce8a668361b87714f7388546e0f4ac02af5f')
|
||||
sha256sums=('352086375d06cc55becfe8b8d65953645249661a44881cad83c7f79d7280d843')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue