mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rlang: auto updated to 1.0.4-1
This commit is contained in:
parent
ecb9220071
commit
35cc903e1b
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=rlang
|
||||
_pkgver=1.0.3
|
||||
_pkgver=1.0.4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.3
|
||||
pkgver=1.0.4
|
||||
pkgrel=1
|
||||
pkgdesc="Functions for Base Types and Core R and 'Tidyverse' Features"
|
||||
arch=('x86_64')
|
||||
|
@ -28,7 +28,7 @@ optdepends=(
|
|||
r-withr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('04cc48b1a92dcd531c8e54288119f6dbecc7698928f7aaca840214ae815e0e3e')
|
||||
sha256sums=('1fb789d46c6a855ce37eba63c353b85aa600c4a2a7ca6075f2632540b42a8696')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue