mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-processx: auto updated to 3.7.0-1
This commit is contained in:
parent
5d777ec5e6
commit
15c1ea79c7
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=processx
|
||||
_pkgver=3.6.1
|
||||
_pkgver=3.7.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=3.6.1
|
||||
pkgver=3.7.0
|
||||
pkgrel=1
|
||||
pkgdesc='Execute and Control System Processes'
|
||||
arch=('x86_64')
|
||||
|
@ -26,7 +26,7 @@ optdepends=(
|
|||
r-withr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('87705769601e67799d976945c0e3e1cdd09e52a25900252e6f9b80a1cf90f2f5')
|
||||
sha256sums=('de6a8d4135fc53ec35043fbaf6b000dc9597719345595d8479662a39dad55ed3')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue