mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-dtw: auto updated to 1.23.1-1
This commit is contained in:
parent
1d8c13bd2a
commit
827ff6d3ba
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=dtw
|
||||
_pkgver=1.22-3
|
||||
_pkgver=1.23-1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.22.3
|
||||
pkgrel=5
|
||||
pkgver=1.23.1
|
||||
pkgrel=1
|
||||
pkgdesc='Dynamic Time Warping Algorithms'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -14,7 +14,7 @@ depends=(
|
|||
r-proxy
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('df7cf9adf613422ddb22a160597eb5f5475ab6c67c0d790092edb7f72ba98f00')
|
||||
sha256sums=('6ed6a3b52be673ce2617b8d48723c7c488c95aab88fe2912d7e00507838e826d')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue