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.1-1
This commit is contained in:
parent
0938d31c01
commit
b4e7ff5564
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
|
||||
_pkgver=3.9.2.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=3.9.2
|
||||
pkgrel=2
|
||||
pkgver=3.9.2.1
|
||||
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=('03b1898bf581f6d12fa90e23ff700cfa7c834ac10c6654bdac42d7ec943fa953')
|
||||
sha256sums=('ec5febad7bb33812684b39679b0bce8a668361b87714f7388546e0f4ac02af5f')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue