mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ggpmisc: auto updated to 0.5.1-1
This commit is contained in:
parent
8cb85167e7
commit
360a61ecc7
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Contributor: Robert Greener <me@r0bert.dev>
|
||||
# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
|
||||
_pkgname=ggpmisc
|
||||
_pkgver=0.5.0
|
||||
_pkgver=0.5.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.5.0
|
||||
pkgrel=4
|
||||
pkgver=0.5.1
|
||||
pkgrel=1
|
||||
pkgdesc="Miscellaneous Extensions to 'ggplot2'"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -37,7 +37,7 @@ optdepends=(
|
|||
r-rmarkdown
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('bcd3793f9f4c9ebdce10764224891acad91fff18d697fc818503c6576175ecc4')
|
||||
sha256sums=('11679dd3dcf84ccc3bab4cacc8498c9ec4826a0401841ff8786397168d2d08a0')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue