mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ggdist: auto updated to 3.3.0-1
This commit is contained in:
parent
7d1367be81
commit
783bba18f2
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.2.1
|
||||
_pkgver=3.3.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=3.2.1
|
||||
pkgrel=3
|
||||
pkgver=3.3.0
|
||||
pkgrel=1
|
||||
pkgdesc='Visualizations of Distributions and Uncertainty'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -47,7 +47,7 @@ optdepends=(
|
|||
r-vdiffr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('76016ad99e049fdb5be5f93c431733a3c1911ac737930b4deda1648e0af3e228')
|
||||
sha256sums=('1441a6dae5bc4b084a741a6f8782a13235171013cc028bf1d694662e4e5a252c')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue