mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-tibble: auto updated to 3.1.7-1
This commit is contained in:
parent
44e15e2fc2
commit
bc4a338917
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=tibble
|
||||
_pkgver=3.1.6
|
||||
_pkgver=3.1.7
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=3.1.6
|
||||
pkgrel=3
|
||||
pkgver=3.1.7
|
||||
pkgrel=1
|
||||
pkgdesc='Simple Data Frames'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -50,7 +50,7 @@ optdepends=(
|
|||
r-withr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('5b33d909f146ebad38e262f6a57cb91ab70bfe240c2af01004beec11b3898292')
|
||||
sha256sums=('e1a50891f476803526960b4c4d736a72e7d9c3d366946744a02d6347f591c872')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue