mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-broom: auto updated to 1.0.4-1
This commit is contained in:
parent
e11b83f611
commit
3323523645
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.3
|
||||
_pkgver=1.0.4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.3
|
||||
pkgver=1.0.4
|
||||
pkgrel=1
|
||||
pkgdesc='Convert Statistical Objects into Tidy Tibbles'
|
||||
arch=('any')
|
||||
|
@ -109,7 +109,7 @@ optdepends=(
|
|||
r-zoo
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('06b3f10c9ee03124dd2a85da09785a2fba9b406fa25c57f9b9db4d71a49a0a55')
|
||||
sha256sums=('1d5f11b509786a8a45ffdd137243e24d6445f2944947cbd62a0734a06add0ad6')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue