mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ggvenndiagram: auto updated to 1.2.3-1
This commit is contained in:
parent
46cb71ca85
commit
44b7e42020
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=ggVennDiagram
|
||||
_pkgver=1.2.2
|
||||
_pkgver=1.2.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.2.2
|
||||
pkgrel=4
|
||||
pkgver=1.2.3
|
||||
pkgrel=1
|
||||
pkgdesc="A 'ggplot2' Implement of Venn Diagram"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -30,7 +30,7 @@ optdepends=(
|
|||
r-venn
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('939c0bd3e7c01c87560a9dd938cfc46ac7bd52a56147d9464f58b053998d8cd0')
|
||||
sha256sums=('f26c4977d868cef80a3ce80ea418130415ac4106336d4172c5638cd130c87820')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue