mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-pbapply: auto updated to 1.6.0-1
This commit is contained in:
parent
17f7545da3
commit
1d2badc100
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=pbapply
|
||||
_pkgver=1.5-0
|
||||
_pkgver=1.6-0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.5.0
|
||||
pkgrel=8
|
||||
pkgver=1.6.0
|
||||
pkgrel=1
|
||||
pkgdesc="Adding Progress Bar to '*apply' Functions"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -16,7 +16,7 @@ optdepends=(
|
|||
r-shiny
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('effdfee286e5ba9534dc2ac3cee96590a37f5cd2af28c836d00c25ca9f070a55')
|
||||
sha256sums=('e8c13e7edf2d2415242f5c66377fc9647dba705359ec34813fa9d2f1fbc37f61')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue