mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-polspline: auto updated to 1.1.20-1
This commit is contained in:
parent
464c3c3cc5
commit
7bf02674bd
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=polspline
|
||||
_pkgver=1.1.19
|
||||
_pkgver=1.1.20
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.1.19
|
||||
pkgrel=2
|
||||
pkgver=1.1.20
|
||||
pkgrel=1
|
||||
pkgdesc='Polynomial Spline Routines'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -16,7 +16,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('953e3c4d007c3ef86ac2af3c71b272a99e8e35b194bdd58575785558c6711f66')
|
||||
sha256sums=('6992484e9e41036debef1e705e26959f8f5c7a68d3e1fda58273d2a72297a1b5')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue