mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-mba: auto updated to 0.1.0-1
This commit is contained in:
parent
cffbb4fc50
commit
113213bf24
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=MBA
|
||||
_pkgver=0.0-9
|
||||
_pkgver=0.1-0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.0.9
|
||||
pkgrel=5
|
||||
pkgver=0.1.0
|
||||
pkgrel=1
|
||||
pkgdesc='Multilevel B-Spline Approximation'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -17,7 +17,7 @@ optdepends=(
|
|||
r-sp
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('cf804e42a77c4e33364549fa1ee1da1742244a369a235eda1c79730e67cb751a')
|
||||
sha256sums=('78039905c5b98be2bb79a5f292187a2aca21ef449daeefea58b0cac53a5283af')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue