mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ggside: auto updated to 0.3.0-1
This commit is contained in:
parent
6d2b2fc802
commit
40687815b5
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=ggside
|
_pkgname=ggside
|
||||||
_pkgver=0.2.3
|
_pkgver=0.3.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=0.2.3
|
pkgver=0.3.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Side Grammar Graphics'
|
pkgdesc='Side Grammar Graphics'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -30,7 +30,7 @@ optdepends=(
|
||||||
r-viridis
|
r-viridis
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('1849fda6679b96957de27ddf474c06a68f6be69e95730060b10ef18e33314562')
|
sha256sums=('d71430d88bfc2d8db912d069e20d330bf40515a89835ef2b9d3692127992a657')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue