mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-slider: auto updated to 0.3.2-1
This commit is contained in:
parent
19f2971f6d
commit
1c466be89f
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=slider
|
||||
_pkgver=0.3.1
|
||||
_pkgver=0.3.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.3.1
|
||||
pkgrel=2
|
||||
pkgver=0.3.2
|
||||
pkgrel=1
|
||||
pkgdesc='Sliding Window Functions'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -26,7 +26,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('200a26795fadb2058e3976af7a697dde7f120645279cfe2580b8c0d6c0a429b0')
|
||||
sha256sums=('c9304db3f964475053c5795f160c1e278fa572b114f4e7ecf1686a5899dc3619')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue