mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-fstcore: auto updated to 0.9.10-1
This commit is contained in:
parent
814f6c9a4c
commit
735646a941
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=fstcore
|
||||
_pkgver=0.9.8
|
||||
_pkgver=0.9.10
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.9.8
|
||||
pkgrel=3
|
||||
pkgver=0.9.10
|
||||
pkgrel=1
|
||||
pkgdesc="R Bindings to the 'Fstlib' Library"
|
||||
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=('4e4bae089ec8e5ce9f7dae33ecb9f98e557792894fe75e4b958f1f5435972ce2')
|
||||
sha256sums=('481218f2dcc902ce5a01653cedda4b948e4efd86c31a3910d7ebf5aa40726809')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue