mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-globals: auto updated to 0.16.2-1
This commit is contained in:
parent
ccec3c93f8
commit
37b2113aac
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=globals
|
||||
_pkgver=0.16.1
|
||||
_pkgver=0.16.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.16.1
|
||||
pkgver=0.16.2
|
||||
pkgrel=1
|
||||
pkgdesc='Identify Global Objects in R Expressions'
|
||||
arch=('any')
|
||||
|
@ -13,7 +13,7 @@ depends=(
|
|||
r
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('f7f63a575a3dd518c6afeabb4116bd26692a2a250df113059bc1a5b4711a1e95')
|
||||
sha256sums=('682c26a95fa6c4e76a3a875be1a3192fc5b88e036c80dfa3b256add0336d770a')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue