mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-warp: auto updated to 0.2.1-1
This commit is contained in:
parent
ce8a6b0bd1
commit
604f8c3bdc
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=warp
|
||||
_pkgver=0.2.0
|
||||
_pkgver=0.2.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.2.0
|
||||
pkgrel=8
|
||||
pkgver=0.2.1
|
||||
pkgrel=1
|
||||
pkgdesc='Group Dates'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -19,7 +19,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('0e0de344f3d711d58e6be2ab47ade1db3b703bf3ca85080b1124c0c25a630a68')
|
||||
sha256sums=('020ad590de099661aa62b4d5e51499a2ac91c41c61db2dbc71c3f4a3df2c46be')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue