mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ggformula: auto updated to 0.10.2-1
This commit is contained in:
parent
043af79f59
commit
942f185ad6
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=ggformula
|
||||
_pkgver=0.10.1
|
||||
_pkgver=0.10.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.10.1
|
||||
pkgrel=4
|
||||
pkgver=0.10.2
|
||||
pkgrel=1
|
||||
pkgdesc='Formula Interface to the Grammar of Graphics'
|
||||
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=('5743eb25fac8343569ab6f584f5c6d8fff816fad9b2414a1ae10cdad519305de')
|
||||
sha256sums=('948b1c34a5c089cf86275d2b3e020e1a099278136e43175a50fb6063e54b6375')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue