mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-dplyr: auto updated to 1.0.9-1
This commit is contained in:
parent
366fd84cf1
commit
31e0e84db9
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=dplyr
|
||||
_pkgver=1.0.8
|
||||
_pkgver=1.0.9
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.8
|
||||
pkgrel=2
|
||||
pkgver=1.0.9
|
||||
pkgrel=1
|
||||
pkgdesc='A Grammar of Data Manipulation'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -45,7 +45,7 @@ optdepends=(
|
|||
r-withr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('3b6aa3a06d67037223da6af4b59ab89cbd342bc450b92c6050fb267127236075')
|
||||
sha256sums=('e2e1f7312618b4e32ada9a1da79cef32eaec12acd408c973a6b069c6be4fb46b')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue