mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ggdist: auto updated to 3.2.0-1
This commit is contained in:
parent
3944cb34aa
commit
f9e56aac24
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=ggdist
|
||||
_pkgver=3.1.1
|
||||
_pkgver=3.2.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=3.1.1
|
||||
pkgrel=3
|
||||
pkgver=3.2.0
|
||||
pkgrel=1
|
||||
pkgdesc='Visualizations of Distributions and Uncertainty'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -43,7 +43,7 @@ optdepends=(
|
|||
r-vdiffr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('d92882b947e8575ecd1aba9117aaf4aca87d90d39af15612af48ff37beb2ed9c')
|
||||
sha256sums=('09c989d9ebb282d6eaae37f68a8c98abce61d9788527e691ed2ebe42da111e46')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue