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