mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-fields: auto updated to 15.2-1
This commit is contained in:
parent
f6ea7ce74c
commit
e920b598fc
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
|
||||
_pkgname=fields
|
||||
_pkgver=14.1
|
||||
_pkgver=15.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=14.1
|
||||
pkgrel=5
|
||||
pkgver=15.2
|
||||
pkgrel=1
|
||||
pkgdesc='Tools for Spatial Data'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -19,7 +19,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('57c4c5592443d2ee869014b3199989b5edd1aff52e24f1cd313b8f9b34a95434')
|
||||
sha256sums=('1f270f2331522ef93e04a8b199dfab17995ac02aaa0a68eeca90fef55f6cad3d')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue