mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rnifti: auto updated to 1.4.3-1
This commit is contained in:
parent
78ab8ada67
commit
99d0a0404f
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=RNifti
|
_pkgname=RNifti
|
||||||
_pkgver=1.4.2
|
_pkgver=1.4.3
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.4.2
|
pkgver=1.4.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Fast R and C++ Access to NIfTI Images'
|
pkgdesc='Fast R and C++ Access to NIfTI Images'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -22,7 +22,7 @@ optdepends=(
|
||||||
r-tractor.base
|
r-tractor.base
|
||||||
)
|
)
|
||||||
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=('5f71e1c19059c12ff0f82323a8264933022cc30b245c03948161c12f407829ff')
|
sha256sums=('a0b461f3fe125464b32bae171b28a2ccd37700ec33e4ec7457343df5f33ac2f0')
|
||||||
|
|
||||||
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