mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-pak: auto updated to 0.6.0-1
This commit is contained in:
parent
f9ed80c8aa
commit
f05c6b6ce4
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=pak
|
||||
_pkgver=0.5.1
|
||||
_pkgver=0.6.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.5.1
|
||||
pkgver=0.6.0
|
||||
pkgrel=1
|
||||
pkgdesc='Another Approach to Package Installation'
|
||||
arch=('any')
|
||||
|
@ -38,7 +38,7 @@ optdepends=(
|
|||
r-withr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('3050843e81b74b1e14666c5014f0daed62b7400558ad1e5bd84bdeb712207602')
|
||||
sha256sums=('ed075a6543626eea8419d8ecfdbe824d552177919d339af9c03cdd382203d76b')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue