mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-gss: auto updated to 2.2.4-1
This commit is contained in:
parent
8baa3108e7
commit
e404b1193a
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=gss
|
||||
_pkgver=2.2-3
|
||||
_pkgver=2.2-4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.2.3
|
||||
pkgrel=7
|
||||
pkgver=2.2.4
|
||||
pkgrel=1
|
||||
pkgdesc='General Smoothing Splines'
|
||||
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=('24306401cf4e5869f8a690eca7e17c044ece83edd66969bd2daf5976272d244b')
|
||||
sha256sums=('953e89dfe3bee9cac51df3e5325bf4d1496ad76e4393706c4efdb1834c0c7441')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue