mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-reshape: auto updated to 0.8.9-1
This commit is contained in:
parent
393e60a242
commit
ed28f307cd
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=reshape
|
||||
_pkgver=0.8.8
|
||||
_pkgver=0.8.9
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.8.8
|
||||
pkgrel=2
|
||||
pkgver=0.8.9
|
||||
pkgrel=1
|
||||
pkgdesc='Flexibly Reshape Data'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -14,7 +14,7 @@ depends=(
|
|||
r-plyr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('4d5597fde8511e8fe4e4d1fd7adfc7ab37ff41ac68c76a746f7487d7b106d168')
|
||||
sha256sums=('791178b3b5f30c166ebf5910a5ab1c67b54e7023b10b6c2e2ddd1cc02a1e4048')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue