mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-fstcore: auto updated to 0.10.0-1
This commit is contained in:
parent
00a4718776
commit
3030ea0d38
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.18
|
||||
_pkgver=0.10.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.9.18
|
||||
pkgrel=2
|
||||
pkgver=0.10.0
|
||||
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=('18c71e17f51663d413ccc9c5c62fbdd8d5c783438bd84dd56037e91345be9f03')
|
||||
sha256sums=('1e9e976d295dccda563a7d100665cb9d36d1403d3c37ce835f681b81f7a8d9cc')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue