mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-broom: auto updated to 1.0.7-1
This commit is contained in:
parent
508ea6b97d
commit
96274d66eb
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=broom
|
||||
_pkgver=1.0.6
|
||||
_pkgver=1.0.7
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.6
|
||||
pkgver=1.0.7
|
||||
pkgrel=1
|
||||
pkgdesc='Convert Statistical Objects into Tidy Tibbles'
|
||||
arch=('any')
|
||||
|
@ -108,7 +108,7 @@ optdepends=(
|
|||
r-zoo
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('24cf36248dffbde38d3d81befa679e362bfd0526b9843bc536a85452a19fbccf')
|
||||
sha256sums=('ddf88b44a69b91a3f9679ace528f34faefb11d9c62c34458afbc567524a22c21')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue