mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rnifti: auto updated to 1.7.0-1
This commit is contained in:
parent
cf50044e1c
commit
2d0743ea70
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=RNifti
|
||||
_pkgver=1.6.1
|
||||
_pkgver=1.7.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.6.1
|
||||
pkgrel=2
|
||||
pkgver=1.7.0
|
||||
pkgrel=1
|
||||
pkgdesc='Fast R and C++ Access to NIfTI Images'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -22,7 +22,7 @@ optdepends=(
|
|||
r-tractor.base
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('8caa6bb57e1c2263eba3a77cf1711b00caf97739cbe7a9f806eeb082ad33c072')
|
||||
sha256sums=('e58cf73a0f5fbf5d6a2c845bfdeea193eb5262c73d0f329beae17d68f40e18e8')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue