mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-nanotime: auto updated to 0.3.11-1
This commit is contained in:
parent
d10c59b359
commit
be72871961
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=nanotime
|
_pkgname=nanotime
|
||||||
_pkgver=0.3.10
|
_pkgver=0.3.11
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=0.3.10
|
pkgver=0.3.11
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Nanosecond-Resolution Time Support for R'
|
pkgdesc='Nanosecond-Resolution Time Support for R'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -23,7 +23,7 @@ optdepends=(
|
||||||
r-xts
|
r-xts
|
||||||
)
|
)
|
||||||
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=('3e360bb5da54a3e23c65d7d4bca3d71a17814f50569db4433c12955d07091447')
|
sha256sums=('cbde52caa86a7fdac5f7538b5b3ef20e000cf2e7e8480903d612dd36e9ec08a7')
|
||||||
|
|
||||||
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