mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-smoother: auto updated to 1.3-1
This commit is contained in:
parent
012cb2a244
commit
b9224b2ac7
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=smoother
|
||||
_pkgver=1.1
|
||||
_pkgver=1.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.1
|
||||
pkgrel=6
|
||||
pkgver=1.3
|
||||
pkgrel=1
|
||||
pkgdesc='Functions Relating to the Smoothing of Numerical Data'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -14,7 +14,7 @@ depends=(
|
|||
r-ttr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('91b55b82f805cfa1deedacc0a4e844a2132aa59df593f3b05676954cf70a195b')
|
||||
sha256sums=('e8df4bc88e9d95c30c66fc10e6b1b485626828b6d28ad1a52a20168736468277')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue