mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-gss: auto updated to 2.2.7-1
This commit is contained in:
parent
57adab9d29
commit
6045d7d0c0
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=gss
|
||||
_pkgver=2.2-6
|
||||
_pkgver=2.2-7
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.2.6
|
||||
pkgver=2.2.7
|
||||
pkgrel=1
|
||||
pkgdesc='General Smoothing Splines'
|
||||
arch=('x86_64')
|
||||
|
@ -16,7 +16,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('2c7e466a3531a78297abc32228e2748cbaef04f334603d3c8d8b1a32e2a102ce')
|
||||
sha256sums=('3b13144702c570c83462b4ea2ad17f4bd630cff5bf2ab0347a33c7e86a4f3f6a')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue